devtools-protocol 0.0.1456738 → 0.0.1457408
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.
@@ -15752,7 +15752,7 @@
|
|
15752
15752
|
},
|
15753
15753
|
{
|
15754
15754
|
"name": "setCookieControls",
|
15755
|
-
"description": "Sets Controls for third-party cookie access\nPage reload is required before the new cookie
|
15755
|
+
"description": "Sets Controls for third-party cookie access\nPage reload is required before the new cookie behavior will be observed",
|
15756
15756
|
"experimental": true,
|
15757
15757
|
"parameters": [
|
15758
15758
|
{
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -7959,7 +7959,7 @@ domain Network
|
|
7959
7959
|
LoadNetworkResourcePageResult resource
|
7960
7960
|
|
7961
7961
|
# Sets Controls for third-party cookie access
|
7962
|
-
# Page reload is required before the new cookie
|
7962
|
+
# Page reload is required before the new cookie behavior will be observed
|
7963
7963
|
experimental command setCookieControls
|
7964
7964
|
parameters
|
7965
7965
|
# Whether 3pc restriction is enabled.
|
@@ -3719,7 +3719,7 @@ export namespace ProtocolMapping {
|
|
3719
3719
|
};
|
3720
3720
|
/**
|
3721
3721
|
* Sets Controls for third-party cookie access
|
3722
|
-
* Page reload is required before the new cookie
|
3722
|
+
* Page reload is required before the new cookie behavior will be observed
|
3723
3723
|
*/
|
3724
3724
|
'Network.setCookieControls': {
|
3725
3725
|
paramsType: [Protocol.Network.SetCookieControlsRequest];
|
@@ -2611,7 +2611,7 @@ export namespace ProtocolProxyApi {
|
|
2611
2611
|
|
2612
2612
|
/**
|
2613
2613
|
* Sets Controls for third-party cookie access
|
2614
|
-
* Page reload is required before the new cookie
|
2614
|
+
* Page reload is required before the new cookie behavior will be observed
|
2615
2615
|
*/
|
2616
2616
|
setCookieControls(params: Protocol.Network.SetCookieControlsRequest): Promise<void>;
|
2617
2617
|
|
@@ -2751,7 +2751,7 @@ export namespace ProtocolTestsProxyApi {
|
|
2751
2751
|
|
2752
2752
|
/**
|
2753
2753
|
* Sets Controls for third-party cookie access
|
2754
|
-
* Page reload is required before the new cookie
|
2754
|
+
* Page reload is required before the new cookie behavior will be observed
|
2755
2755
|
*/
|
2756
2756
|
setCookieControls(params: Protocol.Network.SetCookieControlsRequest): Promise<{id: number, result: void, sessionId: string}>;
|
2757
2757
|
|