-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Open
Labels
data:apiCompat data for Web APIs. https://developer.mozilla.org/docs/Web/APICompat data for Web APIs. https://developer.mozilla.org/docs/Web/APIp3Medium priority – Community PRs encouraged.Medium priority – Community PRs encouraged.
Description
What type of issue is this?
Incorrect support data (example: BrowserX says "86" but support was added in "40")
What information was incorrect, unhelpful, or incomplete?
the "unused" parameter of history.replaceState and history.pushState is supported by Safari.
What browsers does this problem apply to, if applicable?
No response
What did you expect to see?
Safari does not support the "unused" parameter of history.replaceState and history.pushState since version ??
Did you test this? If so, how?
Tested on iPhone using this code, title did not change
<script>
history.replaceState(null, "XXXXXXXXX", location.pathname);
document.write("<h1>" + document.title + "</h1>");
</script>
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
Do you have anything more you want to share?
No response
MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/History/replaceState
MDN metadata
MDN page report details
- Query:
api.History.replaceState - Report started: 2025-08-18T22:20:36.202Z
Metadata
Metadata
Assignees
Labels
data:apiCompat data for Web APIs. https://developer.mozilla.org/docs/Web/APICompat data for Web APIs. https://developer.mozilla.org/docs/Web/APIp3Medium priority – Community PRs encouraged.Medium priority – Community PRs encouraged.