Navigator:serial 属性
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Navigator
接口的 serial
只读属性返回一个 Serial
对象,该对象是 Web Serial API
的入口点。
获取时,始终会返回同一 Serial
对象的实例。
值
一个 Serial
对象。
示例
以下示例使用 getPorts()
方法初始化可用端口列表。
js
navigator.serial.getPorts().then((ports) => {
// 页面加载时,使用 `ports` 初始化可用端口列表。
});
规范
Specification |
---|
Web Serial API # extensions-to-the-navigator-interface |
浏览器兼容性
Report problems with this compatibility data on GitHubdesktop | mobile | server | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
serial |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
- Experimental. Expect behavior to change in the future.
- See implementation notes.
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.