barcode-detector icon indicating copy to clipboard operation
barcode-detector copied to clipboard

Not SSR friendly

Open gruhn opened this issue 2 years ago • 0 comments

The code accesses browser-only APIs on import such as EventTarget, Blob, etc. This makes the library not SSR friendly. It would be better access browser APIs as late as possible. Maybe on new BarcodeDetector().

gruhn avatar Aug 16 '21 12:08 gruhn