Sec-ant / barcode-detector

A Barcode Detection API polyfill that uses ZXing-C++ WebAssembly under the hood.
https://www.npmjs.com/package/barcode-detector/v/latest
MIT License
98 stars 8 forks source link

Scanning the QR code yielded no response #90

Closed coderwyd closed 3 weeks ago

coderwyd commented 2 months ago

Describe the bug When I scanned the code through vue-qrcode-reader, I found that the lower version of Safari could not parse the QR code.

image

Sec-ant commented 2 months ago

Hi, sorry for the late response.

Maybe there are some APIs that are not supported. Unfortunately, I don't have a such device to reproduce the issue, would you mind helping me find the specific location where this error (function is not a constructor) is thrown?

Sec-ant commented 3 weeks ago

Closing this due to lack of response