letswritecode icon indicating copy to clipboard operation
letswritecode copied to clipboard

window.URL.createObjectURL is deprecated

Open multimanic opened this issue 5 years ago • 0 comments

https://github.com/shama/letswritecode/blob/3102a79da3b7289dd2a6dd70f57b7dcb50b53d9d/p2p-video-chat-webrtc/index.js#L35

+   video.srcObject = stream;
-   video.src = window.URL.createObjectURL(stream)

source: https://www.fxsitecompat.dev/en-CA/docs/2017/url-createobjecturl-stream-has-been-deprecated/

multimanic avatar Jun 21 '20 21:06 multimanic