Re: [whatwg/fetch] What is expected effect of setting Request type and destination? For example, to "audio"? (#555)

> What do you mean by "set by the browser for internally generated requests"? The browser uses Request internally?

The browser uses an internal `request` that is reflected to javascript as the `Request` DOM object.  The type and destination are set directly on the internal request.  The rules about what to set and when are summarized in the table here:

https://fetch.spec.whatwg.org/#concept-request-destination

-- 
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/555#issuecomment-309608293

Received on Tuesday, 20 June 2017 00:17:43 UTC