File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
gen-src/ChromeDevtoolsProtocol/Model/Page Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ final class BackForwardCacheNotRestoredReasonEnum
55
55
const BROWSING_INSTANCE_NOT_SWAPPED = 'BrowsingInstanceNotSwapped ' ;
56
56
const BACK_FORWARD_CACHE_DISABLED_FOR_DELEGATE = 'BackForwardCacheDisabledForDelegate ' ;
57
57
const OPT_IN_UNLOAD_HEADER_NOT_PRESENT = 'OptInUnloadHeaderNotPresent ' ;
58
+ const UNLOAD_HANDLER_EXISTS_IN_MAIN_FRAME = 'UnloadHandlerExistsInMainFrame ' ;
58
59
const UNLOAD_HANDLER_EXISTS_IN_SUB_FRAME = 'UnloadHandlerExistsInSubFrame ' ;
59
60
const SERVICE_WORKER_UNREGISTRATION = 'ServiceWorkerUnregistration ' ;
60
61
const CACHE_CONTROL_NO_STORE = 'CacheControlNoStore ' ;
Original file line number Diff line number Diff line change 17618
17618
"BrowsingInstanceNotSwapped",
17619
17619
"BackForwardCacheDisabledForDelegate",
17620
17620
"OptInUnloadHeaderNotPresent",
17621
+ "UnloadHandlerExistsInMainFrame",
17621
17622
"UnloadHandlerExistsInSubFrame",
17622
17623
"ServiceWorkerUnregistration",
17623
17624
"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