1.26.2.1
Gameface
History Interface Reference

Public Member Functions

void go (optional long delta=0)
 
void back ()
 
void forward ()
 
void pushState (AnyValue data, DOMString title, optional DomString ? url=null)
 
void replaceState (AnyValue data, DOMString title, optional DomString ? url=null)
 

Public Attributes

readonly attribute unsigned long index
 
readonly attribute unsigned long length
 
readonly attribute any state
 

Member Function Documentation

◆ back()

void History::back ( )

◆ forward()

void History::forward ( )

◆ go()

void History::go ( optional long  delta = 0)

◆ pushState()

void History::pushState ( AnyValue  data,
DOMString  title,
optional DomString ?  url = null 
)

◆ replaceState()

void History::replaceState ( AnyValue  data,
DOMString  title,
optional DomString ?  url = null 
)

Member Data Documentation

◆ index

readonly attribute unsigned long History::index

◆ length

readonly attribute unsigned long History::length

◆ state

readonly attribute any History::state