Re: [whatwg/fetch] Should request's origin be exposed to javascript (#272)

Actually, moving the referrer to the event objects would help with issues like #245.  Maybe there is some use case for wanting the referrer in the object serialized to Cache, though.  I'm not sure how people use referrer.

Also, I guess you can override the referrer when creating a request and performing a fetch().  That is different from origin.  I don't think we would ever want someone to change the origin of a request manually through a script exposed API.

---
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/272#issuecomment-205569304

Received on Tuesday, 5 April 2016 01:03:54 UTC