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

I thought it was all "blob", but I was wrong:
https://software.hixie.ch/utilities/js/live-dom-viewer/saved/4261

Gecko uses "mediasource" and "mediastream" here. Chromium is all "blob", I assume WebKit does the same, and Edge does for the first two at least. (There's an error for getUserMedia in Edge that I haven't debugged.)

Not sure what to do with that, aligning on using the "blob" scheme everywhere seems like the simplest?

---
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#issuecomment-224924331

Received on Thursday, 9 June 2016 15:06:08 UTC