Re: [fetch] expand Request.destination with more granular values (#211)

> We can collapse audio, video, and track into a single entry: media. WDYT?

Inside Blink there's distinction between `audio` & `video` (both considered media resource types) and `track` which is considered `TextTrack`.

So merging `audio` and `video` into `media` would be easy and would make things simpler. Merging `track` into `media` is probably also possible.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/211#issuecomment-181813238

Received on Tuesday, 9 February 2016 10:51:38 UTC