Skip to content

Commit

Permalink
Add notes to Barcode Detector API compatibility (#10650)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaselmer authored May 27, 2021
1 parent f245382 commit 70ae4f8
Showing 1 changed file with 36 additions and 12 deletions.
48 changes: 36 additions & 12 deletions api/BarcodeDetector.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@
"spec_url": "https://wicg.github.io/shape-detection-api/#barcode-detection-api",
"support": {
"chrome": {
"version_added": "83"
"version_added": "83",
"partial_implementation": true,
"notes": "Supported on macOS only."
},
"chrome_android": {
"version_added": "83"
},
"edge": {
"version_added": "83"
"version_added": "83",
"partial_implementation": true,
"notes": "Supported on macOS only."
},
"firefox": {
"version_added": false
Expand All @@ -24,7 +28,9 @@
"version_added": false
},
"opera": {
"version_added": true
"version_added": true,
"partial_implementation": true,
"notes": "Supported on macOS only."
},
"opera_android": {
"version_added": true
Expand Down Expand Up @@ -55,13 +61,17 @@
"description": "<code>BarcodeDetector()</code> constructor",
"support": {
"chrome": {
"version_added": "83"
"version_added": "83",
"partial_implementation": true,
"notes": "Supported on macOS only."
},
"chrome_android": {
"version_added": "83"
},
"edge": {
"version_added": "83"
"version_added": "83",
"partial_implementation": true,
"notes": "Supported on macOS only."
},
"firefox": {
"version_added": false
Expand All @@ -73,7 +83,9 @@
"version_added": false
},
"opera": {
"version_added": true
"version_added": true,
"partial_implementation": true,
"notes": "Supported on macOS only."
},
"opera_android": {
"version_added": true
Expand Down Expand Up @@ -104,13 +116,17 @@
"spec_url": "https://wicg.github.io/shape-detection-api/#dom-barcodedetector-detect",
"support": {
"chrome": {
"version_added": "83"
"version_added": "83",
"partial_implementation": true,
"notes": "Supported on macOS only."
},
"chrome_android": {
"version_added": "83"
},
"edge": {
"version_added": "83"
"version_added": "83",
"partial_implementation": true,
"notes": "Supported on macOS only."
},
"firefox": {
"version_added": false
Expand All @@ -122,7 +138,9 @@
"version_added": false
},
"opera": {
"version_added": true
"version_added": true,
"partial_implementation": true,
"notes": "Supported on macOS only."
},
"opera_android": {
"version_added": true
Expand Down Expand Up @@ -153,13 +171,17 @@
"spec_url": "https://wicg.github.io/shape-detection-api/#dom-barcodedetector-getsupportedformats",
"support": {
"chrome": {
"version_added": "83"
"version_added": "83",
"partial_implementation": true,
"notes": "Supported on macOS only."
},
"chrome_android": {
"version_added": "83"
},
"edge": {
"version_added": "83"
"version_added": "83",
"partial_implementation": true,
"notes": "Supported on macOS only."
},
"firefox": {
"version_added": false
Expand All @@ -171,7 +193,9 @@
"version_added": false
},
"opera": {
"version_added": true
"version_added": true,
"partial_implementation": true,
"notes": "Supported on macOS only."
},
"opera_android": {
"version_added": true
Expand Down

0 comments on commit 70ae4f8

Please sign in to comment.