qrcodejs
qrcodejs copied to clipboard
Changes in DOM interface make the library outdated
Firefox and Chrome have both changed their Javascript API regarding WebRTC and getUserMedia, among others.
Firefox :
navigator.mozGetUserMedia a été remplacé par navigator.mediaDevices.getUserMedia
Chrome :
URL.createObjectURL with media streams is deprecated
Not tested on others browsers. The library is not working on Firefox, still working on Chrome but for how long ?