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
In my testing, track.getCapabilities is defined in Chrome, but not Firefox. For my purposes, it would be sufficient if the torch feature was assumed to be unavailable if getCapabilities is not defined.
The text was updated successfully, but these errors were encountered:
When attempting to use this library (via react-qr-reader) in Firefox, the error
track.getCapabilities is not a function
is thrown by this line:browser/src/readers/BrowserCodeReader.ts
Line 94 in eaefab4
In my testing,
track.getCapabilities
is defined in Chrome, but not Firefox. For my purposes, it would be sufficient if the torch feature was assumed to be unavailable ifgetCapabilities
is not defined.The text was updated successfully, but these errors were encountered: