Skip to content

Commit

Permalink
Roll protocol to r1297280
Browse files Browse the repository at this point in the history
  • Loading branch information
devtools-bot committed May 7, 2024
1 parent 30f9082 commit be37be1
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
15 changes: 15 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@


## Roll protocol to r1297280 — _2024-05-07T04:27:12.000Z_
###### Diff: [`30f9082...c887f4c`](https://github.com/ChromeDevTools/devtools-protocol/compare/30f9082...c887f4c)

```diff
@@ browser_protocol.pdl:6459 @@ domain Network
optional string path
# If specified, deletes only cookies with the the given name and partitionKey where domain
# matches provided URL.
- optional string partitionKey
+ experimental optional string partitionKey

# Disables network tracking, prevents network events from being sent to the client.
command disable
```

## Roll protocol to r1294763 — _2024-05-01T04:26:34.000Z_
###### Diff: [`b80715b...b717085`](https://github.com/ChromeDevTools/devtools-protocol/compare/b80715b...b717085)

Expand Down
1 change: 1 addition & 0 deletions json/browser_protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -13992,6 +13992,7 @@
{
"name": "partitionKey",
"description": "If specified, deletes only cookies with the the given name and partitionKey where domain\nmatches provided URL.",
"experimental": true,
"optional": true,
"type": "string"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devtools-protocol",
"version": "0.0.1295939",
"version": "0.0.1297280",
"description": "The Chrome DevTools Protocol JSON",
"repository": "https://github.com/ChromeDevTools/devtools-protocol",
"author": "The Chromium Authors",
Expand Down
2 changes: 1 addition & 1 deletion pdl/browser_protocol.pdl
Original file line number Diff line number Diff line change
Expand Up @@ -6459,7 +6459,7 @@ domain Network
optional string path
# If specified, deletes only cookies with the the given name and partitionKey where domain
# matches provided URL.
optional string partitionKey
experimental optional string partitionKey

# Disables network tracking, prevents network events from being sent to the client.
command disable
Expand Down

0 comments on commit be37be1

Please sign in to comment.