[whatwg/fetch] Make Request constructor more forgiving (#377)

Folks are using the Request constructor in unexpected ways and
therefore it is throwing in unexpected ways (in particular when mode is
“navigate” or when setting referrer to a cross-origin URL). This will
make it throw less, while not really being less useful.

Fixes #245.
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/fetch/pull/377

-- Commit Summary --

  * Make Request constructor more forgiving

-- File Changes --

    M Overview.html (42)
    M Overview.src.html (42)

-- Patch Links --

https://github.com/whatwg/fetch/pull/377.patch
https://github.com/whatwg/fetch/pull/377.diff

-- 
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/pull/377

Received on Friday, 26 August 2016 11:57:06 UTC