← back to v148 · web-serial-api-on-android

conformance · v148

v148 · web-serial-api-on-android — conformance probe

5 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.

browser: spec: https://wicg.github.io/serial/ chromestatus: #6043992171085824 generated 2026-06-01T08:14:38Z by conformance-author-v1-subagent
0
pass
0
fail
0
blocked
5
total
id contract kind verdict detail
navigator-serial-exists navigator.serial is now exposed (including on Android). spec ↗ exists
serial-get-ports-is-function navigator.serial.getPorts is a function returning Promise<SerialPort[]>. script
serial-request-port-is-function navigator.serial.requestPort is a function that prompts the user. script
serial-port-class-exists SerialPort is exposed on the global. exists
serial-get-ports-returns-promise navigator.serial.getPorts() returns a Promise. script