Skip to content

Commit 061e92e

Browse files
author
Jakub Kulhan
committed
autoupdated protocol.json & generated files
1 parent 1f24785 commit 061e92e

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

gen-src/ChromeDevtoolsProtocol/DevtoolsClientInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function animation(): AnimationDomainInterface;
7575

7676

7777
/**
78-
* ApplicationCache domain.
78+
* The domain is deprecated as AppCache is being removed (see crbug.com/582750).
7979
*
8080
* @experimental
8181
*/

gen-src/ChromeDevtoolsProtocol/Domain/ApplicationCacheDomainInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
use ChromeDevtoolsProtocol\SubscriptionInterface;
1414

1515
/**
16-
* ApplicationCache domain.
16+
* The domain is deprecated as AppCache is being removed (see crbug.com/582750).
1717
*
1818
* @experimental
1919
*

gen-src/ChromeDevtoolsProtocol/Model/Page/BackForwardCacheNotRestoredReasonEnum.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ final class BackForwardCacheNotRestoredReasonEnum
118118
public const CONTENT_WEB_U_S_B = 'ContentWebUSB';
119119
public const CONTENT_MEDIA_SESSION = 'ContentMediaSession';
120120
public const CONTENT_MEDIA_SESSION_SERVICE = 'ContentMediaSessionService';
121+
public const CONTENT_MEDIA_PLAY = 'ContentMediaPlay';
121122
public const EMBEDDER_POPUP_BLOCKER_TAB_HELPER = 'EmbedderPopupBlockerTabHelper';
122123
public const EMBEDDER_SAFE_BROWSING_TRIGGERED_POPUP_BLOCKER = 'EmbedderSafeBrowsingTriggeredPopupBlocker';
123124
public const EMBEDDER_SAFE_BROWSING_THREAT_DETAILS = 'EmbedderSafeBrowsingThreatDetails';

protocol.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,9 @@
835835
},
836836
{
837837
"domain": "ApplicationCache",
838+
"description": "The domain is deprecated as AppCache is being removed (see crbug.com/582750).",
838839
"experimental": true,
840+
"deprecated": true,
839841
"dependencies": [
840842
"Page"
841843
],
@@ -17727,6 +17729,7 @@
1772717729
"ContentWebUSB",
1772817730
"ContentMediaSession",
1772917731
"ContentMediaSessionService",
17732+
"ContentMediaPlay",
1773017733
"EmbedderPopupBlockerTabHelper",
1773117734
"EmbedderSafeBrowsingTriggeredPopupBlocker",
1773217735
"EmbedderSafeBrowsingThreatDetails",

protocol.json.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bc6fe0ee853e3ecac9b676f271726898 protocol.json
1+
8522f545d35f62e6430c9c99f7c3f331 protocol.json

0 commit comments

Comments
 (0)