Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfauquette committed Mar 2, 2024
1 parent c8a5978 commit 816fab4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@

const bd = new BarcodeDetector();

const seen = {}(async () => {
const seen = {};

(async () => {
// It works on chrome on Android (chrome://flags Experimental Web Platform features)
//NOTE: Not implemented yet: chrome canary 84 on macos
result.textContent = (
Expand Down

0 comments on commit 816fab4

Please sign in to comment.