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

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

The context is an attempt to use `fetch()` to request a media resource with media fragment uri concatenated to URL string, where expected result is for only that portion of the partial content to be returned at `.blob()` or `.arrayBuffer()` call. Probably not possible, though that is what tried, here, when read the specification where `type` and `destination` were mentioned. 

Related https://github.com/whatwg/fetch/issues/554


-- 
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-309606882

Received on Tuesday, 20 June 2017 00:07:28 UTC