Skip to content

api.History.replaceState and api.History.pushState - Safari support for "unused" parameter is gone #27606

@1jj

Description

@1jj

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?

https://webkit.org/b/223190

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

No one assigned

    Labels

    data:apiCompat data for Web APIs. https://developer.mozilla.org/docs/Web/APIp3Medium priority – Community PRs encouraged.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions