Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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