Re: [mediacapture-main] Revive createObjectURL?

Mozilla has always opposed using createObjectURL for WebRTC and 
MediaStreams in general.  The primary reason is that once you call 
createObjectURL, you lose any way to track usage of the resource, and 
must keep it available until the page is destroyed.  This is why we 
pushed hard for srcObject, and are very glad it's now implemented in 
Chrome.  createObjectURL was effectively cruft the beginning of the 
effort.

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

Received on Thursday, 20 October 2016 18:05:43 UTC