Re: [whatwg/fetch] URLs with username/password (#26)

@tyoshino the window object doesn't exist in nodejs, so when my react code gets rendered on the server it throws an undefined objects exception. So I actually have two workarounds at this time, the first is to create absolute urls with window.location, and the other is to inject an empty window object if it is null. All of this looks really ugly. 

Btw. When do you think we will see browsers drop support for urls with inline credentials?

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/26#issuecomment-209781622

Received on Thursday, 14 April 2016 06:35:05 UTC