Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions files/en-us/web/api/interestevent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ This is the event object for the {{domxref("HTMLElement.interest_event", "intere

## Constructor

- {{DOMxRef("InterestEvent.InterestEvent", "InterestEvent()")}} {{experimental_inline}}
- {{DOMxRef("InterestEvent.InterestEvent", "InterestEvent()")}} {{experimental_inline}} {{non-standard_inline}}
- : Creates an `InterestEvent` object.

## Instance properties

_This interface inherits properties from its parent, {{DOMxRef("Event")}}._

- {{DOMxRef("InterestEvent.source")}} {{ReadOnlyInline}} {{experimental_inline}}
- {{DOMxRef("InterestEvent.source")}} {{ReadOnlyInline}} {{experimental_inline}} {{non-standard_inline}}
- : An {{domxref("Element")}} object instance that represents the interest invoker element on which interest was shown or lost to fire the event.

## Examples
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ title: "NavigationHistoryEntry: dispose event"
short-title: dispose
slug: Web/API/NavigationHistoryEntry/dispose_event
page-type: web-api-event
status:
- experimental
browser-compat: api.NavigationHistoryEntry.dispose_event
---

{{APIRef("Navigation API")}}{{SeeCompatTable}}
{{APIRef("Navigation API")}}

The **`dispose`** event of the {{domxref("NavigationHistoryEntry")}} interface is fired when the entry is no longer part of the history entry list.

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/navigationhistoryentry/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ _Inherits methods from its parent, {{DOMxRef("EventTarget")}}._

## Events

- {{domxref("NavigationHistoryEntry/dispose_event", "dispose")}} {{Experimental_Inline}}
- {{domxref("NavigationHistoryEntry/dispose_event", "dispose")}}
- : Fires when the entry is no longer part of the history entry list.

## Examples
Expand Down
6 changes: 2 additions & 4 deletions files/en-us/web/api/navigationprecommitcontroller/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,18 @@
title: NavigationPrecommitController
slug: Web/API/NavigationPrecommitController
page-type: web-api-interface
status:
- experimental
browser-compat: api.NavigationPrecommitController
---

{{APIRef("Navigation API")}}{{SeeCompatTable}}
{{APIRef("Navigation API")}}

The **`NavigationPrecommitController`** interface of the {{domxref("Navigation API", "Navigation API", "", "nocode")}} defines redirect behavior for a navigation [precommit handler](/en-US/docs/Web/API/NavigateEvent/intercept#precommithandler).

{{InheritanceDiagram}}

## Instance methods

- {{domxref("NavigationPrecommitController.redirect", "redirect()")}} {{Experimental_Inline}}
- {{domxref("NavigationPrecommitController.redirect", "redirect()")}}
- : Redirects the browser to a specified URL and specifies history behavior and any desired state information.

## Description
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ title: "NavigationPrecommitController: redirect() method"
short-title: redirect()
slug: Web/API/NavigationPrecommitController/redirect
page-type: web-api-instance-method
status:
- experimental
browser-compat: api.NavigationPrecommitController.redirect
---

{{APIRef("Navigation API")}}{{SeeCompatTable}}
{{APIRef("Navigation API")}}

The **`redirect()`** method of the
{{domxref("NavigationPrecommitController")}} interface redirects the browser to a specified URL and specifies history behavior and any desired state information.
Expand Down