-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 04a5a03 🚀
- Loading branch information
1 parent
8d329f8
commit 6a0b257
Showing
35 changed files
with
779 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,232 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Web platform features explorer - Barcode detector</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" type="text/css" href="/web-features-explorer/assets/styles.css"> | ||
<link rel="alternate" type="application/atom+xml" title="Web platform release notes" href="/web-features-explorer/release-notes.xml"> | ||
</head> | ||
<body> | ||
|
||
<header> | ||
<a href="/web-features-explorer/">Web platform features explorer</a> | ||
|
||
<nav> | ||
<ul> | ||
<li><a href="/web-features-explorer/release-notes/december-2024">Release notes</a></li> | ||
<li><a href="/web-features-explorer/features">Explore all features</a></li> | ||
<li><a href="/web-features-explorer/about">About</a></li> | ||
</ul> | ||
<search> | ||
<form> | ||
<input type="search" id="search" placeholder="Search"> | ||
</form> | ||
</search> | ||
</nav> | ||
|
||
<output for="search"></output> | ||
</header> | ||
|
||
|
||
<main class="feature-page"> | ||
<div id="barcode" class="feature baseline-false"> | ||
<div class="header"> | ||
<h1>Barcode detector</h1> | ||
<div class="availability"> | ||
|
||
Limited availability | ||
|
||
|
||
|
||
</div> | ||
</div> | ||
<div class="tags"> | ||
|
||
Tags: | ||
|
||
<span class="tag">api</span> | ||
|
||
|
||
|
||
</div> | ||
|
||
|
||
|
||
|
||
<p data-pagefind-body=""> | ||
The <code>BarcodeDetector</code> API recognizes various barcode formats in images. | ||
</p> | ||
|
||
|
||
<h3>Learning resources on MDN</h3> | ||
<ul data-pagefind-body=""> | ||
|
||
<li> | ||
<a href="https://developer.mozilla.org/docs/Web/API/Barcode_Detection_API"> | ||
|
||
Barcode Detection API | ||
|
||
</a> | ||
</li> | ||
|
||
<li> | ||
<a href="https://developer.mozilla.org/docs/Web/API/BarcodeDetector/BarcodeDetector"> | ||
|
||
BarcodeDetector: BarcodeDetector() constructor | ||
|
||
</a> | ||
</li> | ||
|
||
<li> | ||
<a href="https://developer.mozilla.org/docs/Web/API/BarcodeDetector/detect"> | ||
|
||
BarcodeDetector: detect() method | ||
|
||
</a> | ||
</li> | ||
|
||
<li> | ||
<a href="https://developer.mozilla.org/docs/Web/API/BarcodeDetector/getSupportedFormats_static"> | ||
|
||
BarcodeDetector: getSupportedFormats() static method | ||
|
||
</a> | ||
</li> | ||
|
||
</ul> | ||
|
||
|
||
<h3>Browser support</h3> | ||
<ul class="compat compat-full"> | ||
|
||
<li class="browser browser-chrome"> | ||
<span class="name">Chrome</span> | ||
|
||
|
||
<span class="version">❌</span> | ||
|
||
|
||
|
||
</li> | ||
|
||
<li class="browser browser-chrome_android supported"> | ||
<span class="name">Chrome Android</span> | ||
|
||
|
||
<span class="version">83</span> | ||
<span class="date">Released on 2020-05-19</span> | ||
|
||
</li> | ||
|
||
<li class="browser browser-edge"> | ||
<span class="name">Edge</span> | ||
|
||
|
||
<span class="version">❌</span> | ||
|
||
|
||
|
||
</li> | ||
|
||
<li class="browser browser-firefox"> | ||
<span class="name">Firefox</span> | ||
|
||
|
||
<span class="version">❌</span> | ||
|
||
<span class="bug"> | ||
See | ||
|
||
<a href="https://bugzil.la/1553738">bugzil.la/1553738</a> | ||
|
||
</span> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</li> | ||
|
||
<li class="browser browser-firefox_android"> | ||
<span class="name">Firefox for Android</span> | ||
|
||
|
||
<span class="version">❌</span> | ||
|
||
<span class="bug"> | ||
See | ||
|
||
<a href="https://bugzil.la/1553738">bugzil.la/1553738</a> | ||
|
||
</span> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</li> | ||
|
||
<li class="browser browser-safari"> | ||
<span class="name">Safari</span> | ||
|
||
|
||
<span class="version">❌</span> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</li> | ||
|
||
<li class="browser browser-safari_ios"> | ||
<span class="name">Safari on iOS</span> | ||
|
||
|
||
<span class="version">❌</span> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</li> | ||
|
||
</ul> | ||
|
||
|
||
|
||
|
||
<div class="specs" data-pagefind-body=""> | ||
<h3>Specifications</h3> | ||
<ul> | ||
|
||
<li> | ||
|
||
<a href="https://wicg.github.io/shape-detection-api/#barcode-detection-api">Accelerated Shape Detection in Images (#barcode-detection-api)</a>, | ||
from <a href="https://www.w3.org/community/wicg/">Web Platform Incubator Community Group</a> (W3C). | ||
|
||
</li> | ||
|
||
</ul> | ||
</div> | ||
|
||
|
||
<p class="edit-link"> | ||
<a href="https://github.com/web-platform-dx/web-features/edit/main/features/barcode.yml">Edit this feature</a> | ||
- | ||
<a href="https://github.com/web-platform-dx/web-features/issues/new?title=[barcode] Issue title&body=Please describe the issue here...">Report an issue about this feature</a> | ||
</p> | ||
</div> | ||
</main> | ||
|
||
<script src="/web-features-explorer/assets/search.js" defer=""></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.