Firefox Tomorrow

web api instance property

Window: navigation property

View on MDN ↗

The navigation read-only property of the Window interface returns the current window’s associated Navigation object.

This is the entry point for the Navigation API.

Value

A Navigation object instance.

Examples

let currentNavEntries = window.navigation.entries();

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also