Skip to content

Commit 4c77238

Browse files
Chrome 147 new Local Network Access support (#29864)
* Chrome 147 new Local Network Access support * Clarify that WindowClient.navigate() currently subframe-only
1 parent e3082f6 commit 4c77238

3 files changed

Lines changed: 101 additions & 0 deletions

File tree

api/WebSocket.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,40 @@
540540
}
541541
}
542542
},
543+
"local_network_access": {
544+
"__compat": {
545+
"description": "Subject to [Local Network Access](https://developer.mozilla.org/docs/Web/Security/Defenses/Local_network_access) restrictions",
546+
"spec_url": "https://wicg.github.io/local-network-access/#integration-with-websockets",
547+
"support": {
548+
"chrome": {
549+
"version_added": "147"
550+
},
551+
"chrome_android": "mirror",
552+
"edge": "mirror",
553+
"firefox": {
554+
"version_added": false
555+
},
556+
"firefox_android": "mirror",
557+
"oculus": "mirror",
558+
"opera": "mirror",
559+
"opera_android": "mirror",
560+
"safari": {
561+
"version_added": false
562+
},
563+
"safari_ios": "mirror",
564+
"samsunginternet_android": "mirror",
565+
"webview_android": {
566+
"version_added": false
567+
},
568+
"webview_ios": "mirror"
569+
},
570+
"status": {
571+
"experimental": true,
572+
"standard_track": true,
573+
"deprecated": false
574+
}
575+
}
576+
},
543577
"message_event": {
544578
"__compat": {
545579
"description": "`message` event",

api/WebTransport.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -924,6 +924,40 @@
924924
}
925925
}
926926
},
927+
"local_network_access": {
928+
"__compat": {
929+
"description": "Subject to [Local Network Access](https://developer.mozilla.org/docs/Web/Security/Defenses/Local_network_access) restrictions",
930+
"spec_url": "https://wicg.github.io/local-network-access/#integration-with-webtransport",
931+
"support": {
932+
"chrome": {
933+
"version_added": "147"
934+
},
935+
"chrome_android": "mirror",
936+
"edge": "mirror",
937+
"firefox": {
938+
"version_added": false
939+
},
940+
"firefox_android": "mirror",
941+
"oculus": "mirror",
942+
"opera": "mirror",
943+
"opera_android": "mirror",
944+
"safari": {
945+
"version_added": false
946+
},
947+
"safari_ios": "mirror",
948+
"samsunginternet_android": "mirror",
949+
"webview_android": {
950+
"version_added": false
951+
},
952+
"webview_ios": "mirror"
953+
},
954+
"status": {
955+
"experimental": true,
956+
"standard_track": true,
957+
"deprecated": false
958+
}
959+
}
960+
},
927961
"protocol": {
928962
"__compat": {
929963
"spec_url": "https://w3c.github.io/webtransport/#dom-webtransport-protocol",

api/WindowClient.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,39 @@
202202
"standard_track": true,
203203
"deprecated": false
204204
}
205+
},
206+
"local_network_access": {
207+
"__compat": {
208+
"description": "Subject to [Local Network Access](https://developer.mozilla.org/docs/Web/Security/Defenses/Local_network_access) restrictions when the navigated `WindowClient` is a subframe",
209+
"support": {
210+
"chrome": {
211+
"version_added": "147"
212+
},
213+
"chrome_android": "mirror",
214+
"edge": "mirror",
215+
"firefox": {
216+
"version_added": false
217+
},
218+
"firefox_android": "mirror",
219+
"oculus": "mirror",
220+
"opera": "mirror",
221+
"opera_android": "mirror",
222+
"safari": {
223+
"version_added": false
224+
},
225+
"safari_ios": "mirror",
226+
"samsunginternet_android": "mirror",
227+
"webview_android": {
228+
"version_added": false
229+
},
230+
"webview_ios": "mirror"
231+
},
232+
"status": {
233+
"experimental": true,
234+
"standard_track": false,
235+
"deprecated": false
236+
}
237+
}
205238
}
206239
},
207240
"visibilityState": {

0 commit comments

Comments
 (0)