- From: guest271314 <notifications@github.com>
- Date: Mon, 19 Jun 2017 16:56:47 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 19 June 2017 23:57:21 UTC
What is expected effect of setting `Request` [`type`](https://fetch.spec.whatwg.org/#concept-request-type) and [`destination`](https://fetch.spec.whatwg.org/#concept-request-destination)? For example, to `"audio"` when requesting an audio resource? [5.3. Request class](https://fetch.spec.whatwg.org/#request-class) ``` .. readonly attribute RequestType type; readonly attribute RequestDestination 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
Received on Monday, 19 June 2017 23:57:21 UTC