From 1b5c38f64b61d9724b0a870e7ea0aaf1e5eb379b Mon Sep 17 00:00:00 2001 From: OnkarRuikar Date: Wed, 8 Jan 2025 01:06:06 +0000 Subject: [PATCH] Synchronize with BCD v5.6.28 --- .../web/api/popstateevent/hasuavisualtransition/index.md | 4 +--- files/en-us/web/api/popstateevent/index.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/files/en-us/web/api/popstateevent/hasuavisualtransition/index.md b/files/en-us/web/api/popstateevent/hasuavisualtransition/index.md index 4564ba1d9a923d1..ab3a01f77d3b649 100644 --- a/files/en-us/web/api/popstateevent/hasuavisualtransition/index.md +++ b/files/en-us/web/api/popstateevent/hasuavisualtransition/index.md @@ -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. diff --git a/files/en-us/web/api/popstateevent/index.md b/files/en-us/web/api/popstateevent/index.md index a95670134891108..5a85263f02c2d8f 100644 --- a/files/en-us/web/api/popstateevent/index.md +++ b/files/en-us/web/api/popstateevent/index.md @@ -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