History.replaceState

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void replaceState(T0 data, string title, Optional!(T2) url)
  2. void replaceState(T0 data, string title)
    struct History
    nothrow
    void
    replaceState
    (
    T0
    )
    (
    scope auto ref T0 data
    ,
    string title
    )

Meta