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
This polyfill fetches a CDN remotely for the WASM file. This makes ADAM Connect not usable in Codesandbox, jsfiddle etc. Also it wouldn't work offline, so we should find a way to include the WASM file directly.
The text was updated successfully, but these errors were encountered:
For ADAM Connect we are using this polyfill to enable QR code reading for mobile:
https://github.com/undecaf/barcode-detector-polyfill
This polyfill fetches a CDN remotely for the WASM file. This makes ADAM Connect not usable in Codesandbox, jsfiddle etc. Also it wouldn't work offline, so we should find a way to include the WASM file directly.
The text was updated successfully, but these errors were encountered: