Re: [mediacapture-main] Revive createObjectURL?

I hesitate to suggest it, but we can of course polyfill and remove 
`URL.createObjectURL(mediaStream)` while still leaving 
`URL.createObjectURL(mediaSource)` and `URL.createObjectURL(blob)` 
alone until we have `srcObject` or those. That's hardly pulling things
 off cleanly, but still an incremental improvement.

The other two may be harder to get rid of, as people using e.g. 
MediaRecorder may not necessarily be using adapter.js? Then again, I 
don't know what % of webrtc users uses adapter.js in the first place.

-- 
GitHub Notification of comment by jan-ivar
Please view or discuss this issue at 
https://github.com/w3c/mediacapture-main/issues/404#issuecomment-272217013
 using your GitHub account

Received on Thursday, 12 January 2017 16:51:40 UTC