We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab74e1 commit 2bcb54dCopy full SHA for 2bcb54d
test/web/10-api.js
@@ -10,7 +10,7 @@ describe('QR Codes', function() {
10
// check if BarcodeDetector is supported
11
const {BarcodeDetector} = globalThis;
12
if(!BarcodeDetector) {
13
- console.warning('Barcode Detector is not supported.');
+ console.warn('Barcode Detector is not supported.');
14
this.skip();
15
return;
16
}
@@ -49,7 +49,7 @@ describe.only('PDF417', function() {
49
50
51
52
53
54
55
0 commit comments