File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed
gen-src/ChromeDevtoolsProtocol/Model Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ final class DeprecationIssueTypeEnum
24
24
public const DEPRECATION_EXAMPLE = 'DeprecationExample ' ;
25
25
public const DOCUMENT_DOMAIN_SETTING_WITHOUT_ORIGIN_AGENT_CLUSTER_HEADER = 'DocumentDomainSettingWithoutOriginAgentClusterHeader ' ;
26
26
public const EVENT_PATH = 'EventPath ' ;
27
+ public const EXPECT_C_T_HEADER = 'ExpectCTHeader ' ;
27
28
public const GEOLOCATION_INSECURE_ORIGIN = 'GeolocationInsecureOrigin ' ;
28
29
public const GEOLOCATION_INSECURE_ORIGIN_DEPRECATED_NOT_REMOVED = 'GeolocationInsecureOriginDeprecatedNotRemoved ' ;
29
30
public const GET_USER_MEDIA_INSECURE_ORIGIN = 'GetUserMediaInsecureOrigin ' ;
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ final class ResourceTypeEnum
20
20
public const TEXT_TRACK = 'TextTrack ' ;
21
21
public const XHR = 'XHR ' ;
22
22
public const FETCH = 'Fetch ' ;
23
+ public const PREFETCH = 'Prefetch ' ;
23
24
public const EVENT_SOURCE = 'EventSource ' ;
24
25
public const WEB_SOCKET = 'WebSocket ' ;
25
26
public const MANIFEST = 'Manifest ' ;
Original file line number Diff line number Diff line change 1560
1560
"DeprecationExample",
1561
1561
"DocumentDomainSettingWithoutOriginAgentClusterHeader",
1562
1562
"EventPath",
1563
+ "ExpectCTHeader",
1563
1564
"GeolocationInsecureOrigin",
1564
1565
"GeolocationInsecureOriginDeprecatedNotRemoved",
1565
1566
"GetUserMediaInsecureOrigin",
13032
13033
"TextTrack",
13033
13034
"XHR",
13034
13035
"Fetch",
13036
+ "Prefetch",
13035
13037
"EventSource",
13036
13038
"WebSocket",
13037
13039
"Manifest",
Original file line number Diff line number Diff line change 1
- da4b5c81f855bf6073d3c7803ae733d2 protocol.json
1
+ 08ae06db649c50671368a8f6a5cec24b protocol.json
You can’t perform that action at this time.
0 commit comments