devtools-protocol 0.0.1478340 → 0.0.1479623
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.
@@ -14762,7 +14762,7 @@
|
|
14762
14762
|
"experimental": true,
|
14763
14763
|
"type": "string",
|
14764
14764
|
"enum": [
|
14765
|
-
"
|
14765
|
+
"Loopback",
|
14766
14766
|
"Private",
|
14767
14767
|
"Public",
|
14768
14768
|
"Unknown"
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
package/types/protocol.d.ts
CHANGED
@@ -11779,7 +11779,7 @@ export namespace Protocol {
|
|
11779
11779
|
|
11780
11780
|
export type PrivateNetworkRequestPolicy = ('Allow' | 'BlockFromInsecureToMorePrivate' | 'WarnFromInsecureToMorePrivate' | 'PreflightBlock' | 'PreflightWarn' | 'PermissionBlock' | 'PermissionWarn');
|
11781
11781
|
|
11782
|
-
export type IPAddressSpace = ('
|
11782
|
+
export type IPAddressSpace = ('Loopback' | 'Private' | 'Public' | 'Unknown');
|
11783
11783
|
|
11784
11784
|
export interface ConnectTiming {
|
11785
11785
|
/**
|