devtools-protocol 0.0.1490591 → 0.0.1491235
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/pdl/browser_protocol.pdl +1 -1
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -6362,7 +6362,7 @@ domain Network
|
|
6362
6362
|
# https://github.com/WICG/private-network-access/blob/main/permission_prompt/explainer.md
|
6363
6363
|
PrivateNetworkAccessPermissionDenied
|
6364
6364
|
# Request was a local network request and is denied by user permission.
|
6365
|
-
# https://github.
|
6365
|
+
# https://wicg.github.io/local-network-access/
|
6366
6366
|
LocalNetworkAccessPermissionDenied
|
6367
6367
|
|
6368
6368
|
type CorsErrorStatus extends object
|