PageSwapEvent: activation property

Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

The activation read-only property of the PageSwapEvent interface contains a NavigationActivation object containing the navigation type and current and destination document history entries for a same-origin navigation.

Value

A NavigationActivation object, or null if the associated navigation has a cross-origin URL anywhere in the redirect chain.

Examples

See the main PageSwapEvent page.

Specifications

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Opera Safari Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet WebView Android
activation 124 124 No 110 No 124 No 82 No No 124

See also

© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/PageSwapEvent/activation