File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
gen-src/ChromeDevtoolsProtocol/Model/Page Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -65,4 +65,5 @@ final class PrerenderFinalStatusEnum
65
65
public const ACTIVATION_FRAME_POLICY_NOT_COMPATIBLE = 'ActivationFramePolicyNotCompatible ' ;
66
66
public const PRELOADING_DISABLED = 'PreloadingDisabled ' ;
67
67
public const BATTERY_SAVER_ENABLED = 'BatterySaverEnabled ' ;
68
+ public const ACTIVATED_DURING_MAIN_FRAME_NAVIGATION = 'ActivatedDuringMainFrameNavigation ' ;
68
69
}
Original file line number Diff line number Diff line change 18936
18936
"PrimaryMainFrameRendererProcessKilled",
18937
18937
"ActivationFramePolicyNotCompatible",
18938
18938
"PreloadingDisabled",
18939
- "BatterySaverEnabled"
18939
+ "BatterySaverEnabled",
18940
+ "ActivatedDuringMainFrameNavigation"
18940
18941
]
18941
18942
}
18942
18943
],
Original file line number Diff line number Diff line change 1
- d462590376dda042709c9ffa3f9e9e71 protocol.json
1
+ c471f77932e2a4ac52e268b240b26238 protocol.json
You can’t perform that action at this time.
0 commit comments