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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.1490591",
3
+ "version": "0.0.1491235",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -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.com/explainers-by-googlers/local-network-access
6365
+ # https://wicg.github.io/local-network-access/
6366
6366
  LocalNetworkAccessPermissionDenied
6367
6367
 
6368
6368
  type CorsErrorStatus extends object