- From: guest271314 <notifications@github.com>
- Date: Mon, 19 Jun 2017 17:06:54 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 20 June 2017 00:07:28 UTC
@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