Skip to content

Commit 783235c

Browse files
author
Jakub Kulhan
committed
autoupdated protocol.json & generated files
1 parent cc25ff3 commit 783235c

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

gen-src/ChromeDevtoolsProtocol/Domain/TargetDomainInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function attachToTarget(ContextInterface $ctx, AttachToTargetRequest $req
7676

7777

7878
/**
79-
* Adds the specified target to the list of targets that will be monitored for any related target creation (such as child frames, child workers and new versions of service worker) and reported through `attachedToTarget`. This cancel the effect of any previous `setAutoAttach` and is also cancelled by subsequent `setAutoAttach`. Only available at the Browser target.
79+
* Adds the specified target to the list of targets that will be monitored for any related target creation (such as child frames, child workers and new versions of service worker) and reported through `attachedToTarget`. The specified target is also auto-attached. This cancels the effect of any previous `setAutoAttach` and is also cancelled by subsequent `setAutoAttach`. Only available at the Browser target.
8080
*
8181
* @param ContextInterface $ctx
8282
* @param AutoAttachRelatedRequest $request

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ final class BackForwardCacheNotRestoredReasonEnum
106106
const OUTSTANDING_NETWORK_REQUEST_DIRECT_SOCKET = 'OutstandingNetworkRequestDirectSocket';
107107
const ISOLATED_WORLD_SCRIPT = 'IsolatedWorldScript';
108108
const INJECTED_STYLE_SHEET = 'InjectedStyleSheet';
109-
const MEDIA_SESSION_IMPL_ON_SERVICE_CREATED = 'MediaSessionImplOnServiceCreated';
110-
const CONTENT_MEDIA_SESSION_IMPL_ON_SERVICE_CREATED = 'ContentMediaSessionImplOnServiceCreated';
111109
const CONTENT_SECURITY_HANDLER = 'ContentSecurityHandler';
112110
const CONTENT_WEB_AUTHENTICATION_A_P_I = 'ContentWebAuthenticationAPI';
113111
const CONTENT_FILE_CHOOSER = 'ContentFileChooser';

protocol.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17679,8 +17679,6 @@
1767917679
"OutstandingNetworkRequestDirectSocket",
1768017680
"IsolatedWorldScript",
1768117681
"InjectedStyleSheet",
17682-
"MediaSessionImplOnServiceCreated",
17683-
"ContentMediaSessionImplOnServiceCreated",
1768417682
"ContentSecurityHandler",
1768517683
"ContentWebAuthenticationAPI",
1768617684
"ContentFileChooser",
@@ -23043,7 +23041,7 @@
2304323041
},
2304423042
{
2304523043
"name": "autoAttachRelated",
23046-
"description": "Adds the specified target to the list of targets that will be monitored for any related target creation (such as child frames, child workers and new versions of service worker) and reported through `attachedToTarget`. This cancel the effect of any previous `setAutoAttach` and is also cancelled by subsequent `setAutoAttach`. Only available at the Browser target.",
23044+
"description": "Adds the specified target to the list of targets that will be monitored for any related target creation (such as child frames, child workers and new versions of service worker) and reported through `attachedToTarget`. The specified target is also auto-attached. This cancels the effect of any previous `setAutoAttach` and is also cancelled by subsequent `setAutoAttach`. Only available at the Browser target.",
2304723045
"experimental": true,
2304823046
"parameters": [
2304923047
{

protocol.json.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9f4e2fa6afdf431c51fb9fdd950b9bb5 protocol.json
1+
312578acb98b279d2559a64f67bdf1d7 protocol.json

0 commit comments

Comments
 (0)