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
Expected behavior
The function should either return or throw an error.
Additional context This call might be the cause, where retryIfChecksumOrFormatError=true is passed, causing decodeOnce() to keep retrying even though it's a still image.
The text was updated successfully, but these errors were encountered:
Describe the bug
BrowserQRCodeReader.decodeFromImage()
never returns when passed the following image.To Reproduce
Run this in a browser:
Expected behavior
The function should either return or throw an error.
Additional context
This call might be the cause, where
retryIfChecksumOrFormatError=true
is passed, causingdecodeOnce()
to keep retrying even though it's a still image.The text was updated successfully, but these errors were encountered: