webNavigation.TransitionQualifier
Extra information about a transition.
Note that many values here are not currently supported in Firefox: see the browser compatibility table for details.
Type
Values of this type are strings. Possible values are:
- "client_redirect"
- Redirect(s) caused by JavaScript running in the page or a "refresh" pragma in the page's meta tag.
- "server_redirect"
- Redirect(s) caused by a 3XX HTTP status code sent from the server.
- "forward_back"
- The user used the forward or back button to trigger the navigation.
- "from_address_bar"
- The user triggered the navigation from the address bar.
Browser compatibility
Report problems with this compatibility data on GitHubwebextensions-desktop | webextensions-mobile | |||||
---|---|---|---|---|---|---|
TransitionQualifier | ChromeFull supportYes | EdgeFull support79 | FirefoxFull support48
| OperaFull support17 | SafariNo supportNo | Firefox for AndroidFull support48
|
from_address_bar | ChromeFull supportYes | EdgeFull support79 | FirefoxNo supportNo | OperaFull support17 | SafariNo supportNo | Firefox for AndroidNo supportNo |
Legend
- Full support
- Full support
- No support
- No support
- See implementation notes.
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
Acknowledgements
This API is based on Chromium's chrome.webNavigation
API. This documentation is derived from web_navigation.json
in the Chromium code.
Microsoft Edge compatibility data is supplied by Microsoft Corporation and is included here under the Creative Commons Attribution 3.0 United States License.