Skip to content

Commit 4318225

Browse files
author
Jakub Kulhan
committed
autoupdated protocol.json & generated files
1 parent 159ad91 commit 4318225

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

gen-src/ChromeDevtoolsProtocol/Model/Audits/DeprecationIssueTypeEnum.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ final class DeprecationIssueTypeEnum
2424
public const DEPRECATION_EXAMPLE = 'DeprecationExample';
2525
public const DOCUMENT_DOMAIN_SETTING_WITHOUT_ORIGIN_AGENT_CLUSTER_HEADER = 'DocumentDomainSettingWithoutOriginAgentClusterHeader';
2626
public const EVENT_PATH = 'EventPath';
27+
public const EXPECT_C_T_HEADER = 'ExpectCTHeader';
2728
public const GEOLOCATION_INSECURE_ORIGIN = 'GeolocationInsecureOrigin';
2829
public const GEOLOCATION_INSECURE_ORIGIN_DEPRECATED_NOT_REMOVED = 'GeolocationInsecureOriginDeprecatedNotRemoved';
2930
public const GET_USER_MEDIA_INSECURE_ORIGIN = 'GetUserMediaInsecureOrigin';

gen-src/ChromeDevtoolsProtocol/Model/Network/ResourceTypeEnum.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ final class ResourceTypeEnum
2020
public const TEXT_TRACK = 'TextTrack';
2121
public const XHR = 'XHR';
2222
public const FETCH = 'Fetch';
23+
public const PREFETCH = 'Prefetch';
2324
public const EVENT_SOURCE = 'EventSource';
2425
public const WEB_SOCKET = 'WebSocket';
2526
public const MANIFEST = 'Manifest';

protocol.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1560,6 +1560,7 @@
15601560
"DeprecationExample",
15611561
"DocumentDomainSettingWithoutOriginAgentClusterHeader",
15621562
"EventPath",
1563+
"ExpectCTHeader",
15631564
"GeolocationInsecureOrigin",
15641565
"GeolocationInsecureOriginDeprecatedNotRemoved",
15651566
"GetUserMediaInsecureOrigin",
@@ -13032,6 +13033,7 @@
1303213033
"TextTrack",
1303313034
"XHR",
1303413035
"Fetch",
13036+
"Prefetch",
1303513037
"EventSource",
1303613038
"WebSocket",
1303713039
"Manifest",

protocol.json.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
da4b5c81f855bf6073d3c7803ae733d2 protocol.json
1+
08ae06db649c50671368a8f6a5cec24b protocol.json

0 commit comments

Comments
 (0)