Skip to content

Commit

Permalink
Fix compatibility with older browsers in zxing-js (#700)
Browse files Browse the repository at this point in the history
Co-authored-by: Bilal EL CHAMI <[email protected]>
Co-authored-by: minhaz <[email protected]>
  • Loading branch information
3 people authored Mar 3, 2023
1 parent 9237fda commit 0b03d2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion minified/html5-qrcode.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion third_party/zxing-js.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -2794,7 +2794,7 @@
}
}

var __awaiter = ((globalThis || global || self || window || undefined) && (globalThis || global || self || window || undefined).__awaiter) || function (thisArg, _arguments, P, generator) {
var __awaiter = ((global || self || globalThis || window || undefined) && (global || self || globalThis || window || undefined).__awaiter) || function (thisArg, _arguments, P, generator) {
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
return new (P || (P = Promise))(function (resolve, reject) {
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
Expand Down

0 comments on commit 0b03d2a

Please sign in to comment.