History.pushState

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

Meta