devtools-protocol 0.0.1203060 → 0.0.1203626
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23968,7 +23968,6 @@
|
|
23968
23968
|
"LowEndDevice",
|
23969
23969
|
"InvalidSchemeRedirect",
|
23970
23970
|
"InvalidSchemeNavigation",
|
23971
|
-
"InProgressNavigation",
|
23972
23971
|
"NavigationRequestBlockedByCsp",
|
23973
23972
|
"MainFrameNavigation",
|
23974
23973
|
"MojoBinderPolicy",
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -11322,7 +11322,6 @@ experimental domain Preload
|
|
11322
11322
|
LowEndDevice
|
11323
11323
|
InvalidSchemeRedirect
|
11324
11324
|
InvalidSchemeNavigation
|
11325
|
-
InProgressNavigation
|
11326
11325
|
NavigationRequestBlockedByCsp
|
11327
11326
|
MainFrameNavigation
|
11328
11327
|
MojoBinderPolicy
|
package/types/protocol.d.ts
CHANGED
@@ -17521,7 +17521,7 @@ export namespace Protocol {
|
|
17521
17521
|
/**
|
17522
17522
|
* List of FinalStatus reasons for Prerender2.
|
17523
17523
|
*/
|
17524
|
-
export type PrerenderFinalStatus = ('Activated' | 'Destroyed' | 'LowEndDevice' | 'InvalidSchemeRedirect' | 'InvalidSchemeNavigation' | '
|
17524
|
+
export type PrerenderFinalStatus = ('Activated' | 'Destroyed' | 'LowEndDevice' | 'InvalidSchemeRedirect' | 'InvalidSchemeNavigation' | 'NavigationRequestBlockedByCsp' | 'MainFrameNavigation' | 'MojoBinderPolicy' | 'RendererProcessCrashed' | 'RendererProcessKilled' | 'Download' | 'TriggerDestroyed' | 'NavigationNotCommitted' | 'NavigationBadHttpStatus' | 'ClientCertRequested' | 'NavigationRequestNetworkError' | 'CancelAllHostsForTesting' | 'DidFailLoad' | 'Stop' | 'SslCertificateError' | 'LoginAuthRequested' | 'UaChangeRequiresReload' | 'BlockedByClient' | 'AudioOutputDeviceRequested' | 'MixedContent' | 'TriggerBackgrounded' | 'MemoryLimitExceeded' | 'DataSaverEnabled' | 'TriggerUrlHasEffectiveUrl' | 'ActivatedBeforeStarted' | 'InactivePageRestriction' | 'StartFailed' | 'TimeoutBackgrounded' | 'CrossSiteRedirectInInitialNavigation' | 'CrossSiteNavigationInInitialNavigation' | 'SameSiteCrossOriginRedirectNotOptInInInitialNavigation' | 'SameSiteCrossOriginNavigationNotOptInInInitialNavigation' | 'ActivationNavigationParameterMismatch' | 'ActivatedInBackground' | 'EmbedderHostDisallowed' | 'ActivationNavigationDestroyedBeforeSuccess' | 'TabClosedByUserGesture' | 'TabClosedWithoutUserGesture' | 'PrimaryMainFrameRendererProcessCrashed' | 'PrimaryMainFrameRendererProcessKilled' | 'ActivationFramePolicyNotCompatible' | 'PreloadingDisabled' | 'BatterySaverEnabled' | 'ActivatedDuringMainFrameNavigation' | 'PreloadingUnsupportedByWebContents' | 'CrossSiteRedirectInMainFrameNavigation' | 'CrossSiteNavigationInMainFrameNavigation' | 'SameSiteCrossOriginRedirectNotOptInInMainFrameNavigation' | 'SameSiteCrossOriginNavigationNotOptInInMainFrameNavigation' | 'MemoryPressureOnTrigger' | 'MemoryPressureAfterTriggered' | 'PrerenderingDisabledByDevTools' | 'ResourceLoadBlockedByClient' | 'SpeculationRuleRemoved' | 'ActivatedWithAuxiliaryBrowsingContexts' | 'MaxNumOfRunningEagerPrerendersExceeded' | 'MaxNumOfRunningNonEagerPrerendersExceeded' | 'MaxNumOfRunningEmbedderPrerendersExceeded' | 'PrerenderingUrlHasEffectiveUrl' | 'RedirectedPrerenderingUrlHasEffectiveUrl' | 'ActivationUrlHasEffectiveUrl');
|
17525
17525
|
|
17526
17526
|
/**
|
17527
17527
|
* Preloading status values, see also PreloadingTriggeringOutcome. This
|