Skip to content

Commit

Permalink
fix: no ImageBitmap support in Safari
Browse files Browse the repository at this point in the history
Doing a `object instanceof ImageBitmap` check itself requires
ImageBitmap support. Since Safari doesn't support it, this
causes a reference error. Fixed in new barcode-detector version.

Issue: #248
  • Loading branch information
gruhn committed Jun 14, 2021
1 parent 4231936 commit c222293
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"barcode-detector": "^0.7.0",
"barcode-detector": "^1.0.0",
"callforth": "^0.3.1",
"core-js": "^3.6.5",
"vue": "^2.6.11",
Expand Down

0 comments on commit c222293

Please sign in to comment.