Skip to content

Conversation

@caugner
Copy link
Contributor

@caugner caugner commented Jan 14, 2026

Summary

Chrome Android 138 supports Web Serial

Test results and supporting details

https://chromestatus.com/feature/5139978918821888

Related issues

Fixes #23802.

@caugner caugner requested a review from Elchi3 January 14, 2026 10:33
@github-actions github-actions bot added data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API size:m [PR only] 25-100 LoC changed labels Jan 14, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Jan 14, 2026

Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs).

@caugner
Copy link
Contributor Author

caugner commented Jan 14, 2026

Lint errors are interesting:

Consistency - 2 problems (2 errors, 0 warnings, 0 infos):
 ✖ api.Serial - Error → No support in webview_android, but support is declared in the following sub-feature(s):
        → api.Serial.getPorts: 138
        → api.Serial.requestPort: 138
 ✖ api.SerialPort - Error → No support in webview_android, but support is declared in the following sub-feature(s):
        → api.SerialPort.close: 138
        → api.SerialPort.connect_event: 138
        → api.SerialPort.connected: 138
        → api.SerialPort.disconnect_event: 138
        → api.SerialPort.forget: 138
        → api.SerialPort.getInfo: 138
        → api.SerialPort.getSignals: 138
        → api.SerialPort.open: 138
        → api.SerialPort.readable: 138
        → api.SerialPort.setSignals: 138
        → api.SerialPort.writable: 138

Edit: Got it, need to copy down this WebView Android statement:

{
  "version_added": false,
  "impl_url": "https://crbug.com/40740509"
},

(This is why it would be nice to have "inherit" similar to "mirror", except that it mirrors from the parent feature.)

@github-actions github-actions bot added size:l [PR only] 101-1000 LoC changed and removed size:m [PR only] 25-100 LoC changed labels Jan 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API size:l [PR only] 101-1000 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

api.Serial - Chrome for Android supports the spec

1 participant