devtools-protocol 0.0.1295939 → 0.0.1297280

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.
@@ -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.1295939",
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