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