zxing-js / browser

ZXing for JS's browser layer with decoding implementations for browser.
MIT License
213 stars 43 forks source link

Fix: set willReadFrequently attribute for multiple readback operations in scan method. #133

Closed gianmarco27 closed 3 months ago

gianmarco27 commented 3 months ago

Follows the same logic of https://github.com/zxing-js/library/issues/552

Closes #117