Skip to content
Merged
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
1 change: 0 additions & 1 deletion features/fetch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ compat_features:
- api.Request.redirect
- api.Request.referrer
- api.Request.referrerPolicy
- api.Request.targetAddressSpace
- api.Request.text
- api.Request.url
- api.Response
Expand Down
7 changes: 0 additions & 7 deletions features/fetch.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -451,10 +451,3 @@ compat_features:
# chrome_android: "105"
# edge: "105"
- api.Request.Request.request_body_readablestream

# baseline: false
# support:
# chrome: "124"
# chrome_android: "124"
# edge: "124"
- api.Request.targetAddressSpace
6 changes: 6 additions & 0 deletions features/private-network-access.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: Private network access
description: "The `Access-Control-Request-Private-Network: true` and `Access-Control-Allow-Private-Network: true` HTTP request and response headers establish permission for websites to make requests to internal networks, such as to routers."
spec: https://wicg.github.io/private-network-access/
compat_features:
- http.mixed-content.private_network_access
- api.Request.targetAddressSpace
12 changes: 12 additions & 0 deletions features/private-network-access.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Generated from: private-network-access.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support:
chrome: "124"
chrome_android: "124"
edge: "124"
compat_features:
- api.Request.targetAddressSpace
- http.mixed-content.private_network_access
Loading