You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The replacement is assigning the stream directly to srcObject. This does bump up the minimum browser version. If older browser version support is required, either user agent detection or fallback (TypeError from createObjectURL?) will need to be done.
The text was updated successfully, but these errors were encountered:
BobVul
added a commit
to BobVul/qcode-decoder
that referenced
this issue
Aug 9, 2018
URL.createObjectURL
is deprecated for media streams.It will likely be removed from Chrome in version 69, Sept 2018.
It will be removed from Firefox in version 62, Sept 2018.
It is already not supported in Safari.
The replacement is assigning the stream directly to
srcObject
. This does bump up the minimum browser version. If older browser version support is required, either user agent detection or fallback (TypeError from createObjectURL?) will need to be done.The text was updated successfully, but these errors were encountered: