Skip to content

Commit

Permalink
Synchronize with BCD v5.6.28
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar committed Jan 8, 2025
1 parent 88a4e50 commit 1b5c38f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ title: "PopStateEvent: hasUAVisualTransition property"
short-title: hasUAVisualTransition
slug: Web/API/PopStateEvent/hasUAVisualTransition
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.PopStateEvent.hasUAVisualTransition
---

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

The **`hasUAVisualTransition`** read-only property of the {{domxref("PopStateEvent")}} interface returns `true` if the user agent performed a visual transition for this navigation before dispatching this event, or `false` otherwise.

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/popstateevent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ _This interface also inherits the properties of its parent, {{domxref("Event")}}

- {{domxref("PopStateEvent.state")}} {{ReadOnlyInline}}
- : Returns a copy of the information that was provided to `pushState()` or `replaceState()`.
- {{domxref("PopStateEvent.hasUAVisualTransition", "hasUAVisualTransition")}} {{ReadOnlyInline}} {{Experimental_Inline}}
- {{domxref("PopStateEvent.hasUAVisualTransition", "hasUAVisualTransition")}} {{ReadOnlyInline}}
- : Returns `true` if the user agent performed a visual transition for this navigation before dispatching this event, or `false` otherwise.

## Instance methods
Expand Down

0 comments on commit 1b5c38f

Please sign in to comment.