[whatwg/url] Allow for a URL record's object to be a MediaSource or MediaStream (#126)

https://url.spec.whatwg.org/#concept-url-object

`URL.createObjectURL` can create `blob:` URLs for two non-Blob objects, MediaSource and MediaStream:
https://w3c.github.io/media-source/#url
https://www.w3.org/TR/mediacapture-streams/#change-log (removed, don't know where it went)

This is needed for https://github.com/whatwg/html/pull/1037 to really work.

---
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/url/issues/126

Received on Thursday, 9 June 2016 09:38:13 UTC