File tree Expand file tree Collapse file tree
gen-src/ChromeDevtoolsProtocol/Model/Page Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ final class BackForwardCacheNotRestoredReasonEnum
5555 const BROWSING_INSTANCE_NOT_SWAPPED = 'BrowsingInstanceNotSwapped ' ;
5656 const BACK_FORWARD_CACHE_DISABLED_FOR_DELEGATE = 'BackForwardCacheDisabledForDelegate ' ;
5757 const OPT_IN_UNLOAD_HEADER_NOT_PRESENT = 'OptInUnloadHeaderNotPresent ' ;
58+ const UNLOAD_HANDLER_EXISTS_IN_MAIN_FRAME = 'UnloadHandlerExistsInMainFrame ' ;
5859 const UNLOAD_HANDLER_EXISTS_IN_SUB_FRAME = 'UnloadHandlerExistsInSubFrame ' ;
5960 const SERVICE_WORKER_UNREGISTRATION = 'ServiceWorkerUnregistration ' ;
6061 const CACHE_CONTROL_NO_STORE = 'CacheControlNoStore ' ;
Original file line number Diff line number Diff line change 1761817618 "BrowsingInstanceNotSwapped",
1761917619 "BackForwardCacheDisabledForDelegate",
1762017620 "OptInUnloadHeaderNotPresent",
17621+ "UnloadHandlerExistsInMainFrame",
1762117622 "UnloadHandlerExistsInSubFrame",
1762217623 "ServiceWorkerUnregistration",
1762317624 "CacheControlNoStore",
Original file line number Diff line number Diff line change 1- 33819f8fde6202f249f6d4bf79e455e8 protocol.json
1+ ee20c8cf0e501767f543a484d708081d protocol.json
You can’t perform that action at this time.
0 commit comments