History

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

back
void back()
Undocumented in source. Be warned that the author may not have intended to support it.
forward
void forward()
Undocumented in source. Be warned that the author may not have intended to support it.
go
void go(int delta)
Undocumented in source. Be warned that the author may not have intended to support it.
go
void go()
Undocumented in source. Be warned that the author may not have intended to support it.
length
auto length()
Undocumented in source. Be warned that the author may not have intended to support it.
pushState
void pushState(T0 data, string title, Optional!(T2) url)
Undocumented in source. Be warned that the author may not have intended to support it.
pushState
void pushState(T0 data, string title)
Undocumented in source. Be warned that the author may not have intended to support it.
replaceState
void replaceState(T0 data, string title, Optional!(T2) url)
Undocumented in source. Be warned that the author may not have intended to support it.
replaceState
void replaceState(T0 data, string title)
Undocumented in source. Be warned that the author may not have intended to support it.
scrollRestoration
void scrollRestoration(ScrollRestoration scrollRestoration)
Undocumented in source. Be warned that the author may not have intended to support it.
scrollRestoration
auto scrollRestoration()
Undocumented in source. Be warned that the author may not have intended to support it.
state
auto state()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta