Skip to content

Commit 886cc22

Browse files
author
Jakub Kulhan
committed
autoupdated protocol.json & generated files
1 parent 351c9ab commit 886cc22

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,5 @@ final class PrerenderFinalStatusEnum
6565
public const ACTIVATION_FRAME_POLICY_NOT_COMPATIBLE = 'ActivationFramePolicyNotCompatible';
6666
public const PRELOADING_DISABLED = 'PreloadingDisabled';
6767
public const BATTERY_SAVER_ENABLED = 'BatterySaverEnabled';
68+
public const ACTIVATED_DURING_MAIN_FRAME_NAVIGATION = 'ActivatedDuringMainFrameNavigation';
6869
}

protocol.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18936,7 +18936,8 @@
1893618936
"PrimaryMainFrameRendererProcessKilled",
1893718937
"ActivationFramePolicyNotCompatible",
1893818938
"PreloadingDisabled",
18939-
"BatterySaverEnabled"
18939+
"BatterySaverEnabled",
18940+
"ActivatedDuringMainFrameNavigation"
1894018941
]
1894118942
}
1894218943
],

protocol.json.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d462590376dda042709c9ffa3f9e9e71 protocol.json
1+
c471f77932e2a4ac52e268b240b26238 protocol.json

0 commit comments

Comments
 (0)