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

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