devtools-protocol 0.0.1081726 → 0.0.1082910
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.
@@ -16432,7 +16432,9 @@
|
|
16432
16432
|
"SameSiteCrossOriginNavigation",
|
16433
16433
|
"SameSiteCrossOriginRedirectNotOptIn",
|
16434
16434
|
"SameSiteCrossOriginNavigationNotOptIn",
|
16435
|
-
"ActivationNavigationParameterMismatch"
|
16435
|
+
"ActivationNavigationParameterMismatch",
|
16436
|
+
"ActivatedInBackground",
|
16437
|
+
"EmbedderHostDisallowed"
|
16436
16438
|
]
|
16437
16439
|
}
|
16438
16440
|
],
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -8547,6 +8547,8 @@ domain Page
|
|
8547
8547
|
SameSiteCrossOriginRedirectNotOptIn
|
8548
8548
|
SameSiteCrossOriginNavigationNotOptIn
|
8549
8549
|
ActivationNavigationParameterMismatch
|
8550
|
+
ActivatedInBackground
|
8551
|
+
EmbedderHostDisallowed
|
8550
8552
|
|
8551
8553
|
# Fired when a prerender attempt is completed.
|
8552
8554
|
experimental event prerenderAttemptCompleted
|
package/types/protocol.d.ts
CHANGED
@@ -12865,7 +12865,7 @@ export namespace Protocol {
|
|
12865
12865
|
/**
|
12866
12866
|
* List of FinalStatus reasons for Prerender2.
|
12867
12867
|
*/
|
12868
|
-
export type PrerenderFinalStatus = ('Activated' | 'Destroyed' | 'LowEndDevice' | 'InvalidSchemeRedirect' | 'InvalidSchemeNavigation' | 'InProgressNavigation' | 'NavigationRequestBlockedByCsp' | 'MainFrameNavigation' | 'MojoBinderPolicy' | 'RendererProcessCrashed' | 'RendererProcessKilled' | 'Download' | 'TriggerDestroyed' | 'NavigationNotCommitted' | 'NavigationBadHttpStatus' | 'ClientCertRequested' | 'NavigationRequestNetworkError' | 'MaxNumOfRunningPrerendersExceeded' | 'CancelAllHostsForTesting' | 'DidFailLoad' | 'Stop' | 'SslCertificateError' | 'LoginAuthRequested' | 'UaChangeRequiresReload' | 'BlockedByClient' | 'AudioOutputDeviceRequested' | 'MixedContent' | 'TriggerBackgrounded' | 'EmbedderTriggeredAndCrossOriginRedirected' | 'MemoryLimitExceeded' | 'FailToGetMemoryUsage' | 'DataSaverEnabled' | 'HasEffectiveUrl' | 'ActivatedBeforeStarted' | 'InactivePageRestriction' | 'StartFailed' | 'TimeoutBackgrounded' | 'CrossSiteRedirect' | 'CrossSiteNavigation' | 'SameSiteCrossOriginRedirect' | 'SameSiteCrossOriginNavigation' | 'SameSiteCrossOriginRedirectNotOptIn' | 'SameSiteCrossOriginNavigationNotOptIn' | 'ActivationNavigationParameterMismatch');
|
12868
|
+
export type PrerenderFinalStatus = ('Activated' | 'Destroyed' | 'LowEndDevice' | 'InvalidSchemeRedirect' | 'InvalidSchemeNavigation' | 'InProgressNavigation' | 'NavigationRequestBlockedByCsp' | 'MainFrameNavigation' | 'MojoBinderPolicy' | 'RendererProcessCrashed' | 'RendererProcessKilled' | 'Download' | 'TriggerDestroyed' | 'NavigationNotCommitted' | 'NavigationBadHttpStatus' | 'ClientCertRequested' | 'NavigationRequestNetworkError' | 'MaxNumOfRunningPrerendersExceeded' | 'CancelAllHostsForTesting' | 'DidFailLoad' | 'Stop' | 'SslCertificateError' | 'LoginAuthRequested' | 'UaChangeRequiresReload' | 'BlockedByClient' | 'AudioOutputDeviceRequested' | 'MixedContent' | 'TriggerBackgrounded' | 'EmbedderTriggeredAndCrossOriginRedirected' | 'MemoryLimitExceeded' | 'FailToGetMemoryUsage' | 'DataSaverEnabled' | 'HasEffectiveUrl' | 'ActivatedBeforeStarted' | 'InactivePageRestriction' | 'StartFailed' | 'TimeoutBackgrounded' | 'CrossSiteRedirect' | 'CrossSiteNavigation' | 'SameSiteCrossOriginRedirect' | 'SameSiteCrossOriginNavigation' | 'SameSiteCrossOriginRedirectNotOptIn' | 'SameSiteCrossOriginNavigationNotOptIn' | 'ActivationNavigationParameterMismatch' | 'ActivatedInBackground' | 'EmbedderHostDisallowed');
|
12869
12869
|
|
12870
12870
|
export interface AddScriptToEvaluateOnLoadRequest {
|
12871
12871
|
scriptSource: string;
|