Re: [whatwg/fetch] Stop using entry settings object (#367)

(Renamed the issue for correctness.)

There are three uses:

- Request constructor. This should use the current settings object, since there is no `this` to get the relevant settings object of.
- Response constructor. Same.
- Response.prototype.redirect. This should use the relevant settings object of the context object.

-- 
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/367#issuecomment-239148503

Received on Thursday, 11 August 2016 12:37:49 UTC