Skip to content
Open
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
4 changes: 3 additions & 1 deletion api/Navigator.json
Original file line number Diff line number Diff line change
Expand Up @@ -4878,7 +4878,9 @@
"version_added": "89"
},
"chrome_android": {
"version_added": false
"version_added": "138",
"partial_implementation": true,
"notes": "Only Bluetooth RFCOMM."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It'd be really nice to put this in terms of how developers are going to be limited. Something like this:

Suggested change
"notes": "Only Bluetooth RFCOMM."
"notes": "Serial ports are only available if they're provided by Bluetooth RFCOMM serial port emulation."

},
"edge": "mirror",
"firefox": {
Expand Down
32 changes: 23 additions & 9 deletions api/Serial.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"version_added": "89"
},
"chrome_android": {
"version_added": false
"version_added": "138",
"partial_implementation": true,
"notes": "Only Bluetooth RFCOMM."
},
"edge": "mirror",
"firefox": {
Expand Down Expand Up @@ -51,7 +53,7 @@
"version_added": "89"
},
"chrome_android": {
"version_added": false
"version_added": "138"
},
"edge": "mirror",
"firefox": {
Expand All @@ -66,7 +68,10 @@
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_android": {
"version_added": false,
"impl_url": "https://crbug.com/40740509"
},
"webview_ios": "mirror"
},
"status": {
Expand All @@ -88,7 +93,7 @@
"version_added": "89"
},
"chrome_android": {
"version_added": false
"version_added": "138"
},
"edge": "mirror",
"firefox": {
Expand All @@ -103,7 +108,10 @@
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_android": {
"version_added": false,
"impl_url": "https://crbug.com/40740509"
},
"webview_ios": "mirror"
},
"status": {
Expand All @@ -124,7 +132,7 @@
"version_added": "117"
},
"chrome_android": {
"version_added": false
"version_added": "138"
},
"edge": "mirror",
"firefox": {
Expand All @@ -139,7 +147,10 @@
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_android": {
"version_added": false,
"impl_url": "https://crbug.com/40740509"
},
"webview_ios": "mirror"
},
"status": {
Expand All @@ -161,7 +172,7 @@
"version_added": "117"
},
"chrome_android": {
"version_added": false
"version_added": "138"
},
"edge": "mirror",
"firefox": {
Expand All @@ -176,7 +187,10 @@
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_android": {
"version_added": false,
"impl_url": "https://crbug.com/40740509"
},
"webview_ios": "mirror"
},
"status": {
Expand Down
Loading