Skip to content

Commit

Permalink
Add Web Serial (#2161)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel D. Beck <[email protected]>
  • Loading branch information
Elchi3 and ddbeck authored Nov 6, 2024
1 parent a2336ce commit 2fb4150
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions features/draft/spec/serial.yml → features/serial.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
draft_date: 2024-10-28
name: Web Serial API
description: TODO
name: Web serial
description: The `navigator.serial` API communicates with devices over serial ports, such as microcontrollers.
spec: https://wicg.github.io/serial/
status:
compute_from: api.Navigator.serial
compat_features:
- api.Navigator.serial
- api.Serial
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
status:
baseline: false
support:
chrome: "130"
chrome: "89"
edge: "89"
compat_features:
# baseline: false
# support:
Expand All @@ -14,6 +15,7 @@ compat_features:
- html.elements.iframe.allow.serial
- http.headers.Permissions-Policy.serial

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
# chrome: "89"
Expand All @@ -40,7 +42,6 @@ compat_features:
# edge: "103"
- api.SerialPort.forget

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
# chrome: "130"
Expand Down

0 comments on commit 2fb4150

Please sign in to comment.