devtools-protocol 0.0.1294763 → 0.0.1297280

Sign up to get free protection for your applications and to get access to all the features.
@@ -13992,6 +13992,7 @@
13992
13992
  {
13993
13993
  "name": "partitionKey",
13994
13994
  "description": "If specified, deletes only cookies with the the given name and partitionKey where domain\nmatches provided URL.",
13995
+ "experimental": true,
13995
13996
  "optional": true,
13996
13997
  "type": "string"
13997
13998
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.1294763",
3
+ "version": "0.0.1297280",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -6459,7 +6459,7 @@ domain Network
6459
6459
  optional string path
6460
6460
  # If specified, deletes only cookies with the the given name and partitionKey where domain
6461
6461
  # matches provided URL.
6462
- optional string partitionKey
6462
+ experimental optional string partitionKey
6463
6463
 
6464
6464
  # Disables network tracking, prevents network events from being sent to the client.
6465
6465
  command disable