File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
gen-src/ChromeDevtoolsProtocol/Model/Audits Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ final class DeprecationIssueTypeEnum
35
35
public const LOCAL_C_S_S_FILE_EXTENSION_REJECTED = 'LocalCSSFileExtensionRejected ' ;
36
36
public const MEDIA_SOURCE_ABORT_REMOVE = 'MediaSourceAbortRemove ' ;
37
37
public const MEDIA_SOURCE_DURATION_TRUNCATING_BUFFERED = 'MediaSourceDurationTruncatingBuffered ' ;
38
+ public const NAVIGATE_EVENT_RESTORE_SCROLL = 'NavigateEventRestoreScroll ' ;
39
+ public const NAVIGATE_EVENT_TRANSITION_WHILE = 'NavigateEventTransitionWhile ' ;
38
40
public const NO_SYSEX_WEB_M_I_D_I_WITHOUT_PERMISSION = 'NoSysexWebMIDIWithoutPermission ' ;
39
41
public const NOTIFICATION_INSECURE_ORIGIN = 'NotificationInsecureOrigin ' ;
40
42
public const NOTIFICATION_PERMISSION_REQUESTED_IFRAME = 'NotificationPermissionRequestedIframe ' ;
Original file line number Diff line number Diff line change 1571
1571
"LocalCSSFileExtensionRejected",
1572
1572
"MediaSourceAbortRemove",
1573
1573
"MediaSourceDurationTruncatingBuffered",
1574
+ "NavigateEventRestoreScroll",
1575
+ "NavigateEventTransitionWhile",
1574
1576
"NoSysexWebMIDIWithoutPermission",
1575
1577
"NotificationInsecureOrigin",
1576
1578
"NotificationPermissionRequestedIframe",
Original file line number Diff line number Diff line change 1
- c3ccaff1781becb05fd504ba7a1dd5e9 protocol.json
1
+ 14a28008bd1030321810e8f72b065430 protocol.json
You can’t perform that action at this time.
0 commit comments