Skip to content

Commit 68312ce

Browse files
author
Jakub Kulhan
committed
autoupdated protocol.json & generated files
1 parent cde8ae1 commit 68312ce

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

gen-src/ChromeDevtoolsProtocol/Domain/NetworkDomainInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ public function enableReportingApi(ContextInterface $ctx, EnableReportingApiRequ
209209

210210

211211
/**
212-
* Returns all browser cookies. Depending on the backend support, will return detailed cookie information in the `cookies` field.
212+
* Returns all browser cookies. Depending on the backend support, will return detailed cookie information in the `cookies` field. Deprecated. Use Storage.getCookies instead.
213213
*
214214
* @param ContextInterface $ctx
215215
*

protocol.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15243,7 +15243,8 @@
1524315243
},
1524415244
{
1524515245
"name": "getAllCookies",
15246-
"description": "Returns all browser cookies. Depending on the backend support, will return detailed cookie information in the `cookies` field.",
15246+
"description": "Returns all browser cookies. Depending on the backend support, will return detailed cookie information in the `cookies` field. Deprecated. Use Storage.getCookies instead.",
15247+
"deprecated": true,
1524715248
"returns": [
1524815249
{
1524915250
"name": "cookies",

protocol.json.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a7d2be6fd8794039660040a27fb268f6 protocol.json
1+
f65b10ac19146aa48bf84ebe267b11d6 protocol.json

0 commit comments

Comments
 (0)