devtools-protocol 0.0.1008748 → 0.0.1009745
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 +2 -1
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -6312,9 +6312,10 @@ domain Network
|
|
6312
6312
|
enum
|
6313
6313
|
SameOrigin
|
6314
6314
|
SameOriginAllowPopups
|
6315
|
+
RestrictProperties
|
6315
6316
|
UnsafeNone
|
6316
6317
|
SameOriginPlusCoep
|
6317
|
-
|
6318
|
+
RestrictPropertiesPlusCoep
|
6318
6319
|
|
6319
6320
|
experimental type CrossOriginOpenerPolicyStatus extends object
|
6320
6321
|
properties
|