webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
History Interface Reference

import"History.idl";

Public Member Functions

void back ()
 
void forward ()
 
void go (optional long distance=0)
 
void pushState (any data, DOMString title, optional USVString? url=null)
 
void replaceState (any data, DOMString title, optional USVString? url=null)
 

Public Attributes

readonly attribute unsigned long length
 
readonly attribute SerializedScriptValue state
 

Member Function Documentation

◆ back()

void History::back ( )

◆ forward()

void History::forward ( )

◆ go()

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

◆ pushState()

void History::pushState ( any  data,
DOMString  title,
optional USVString?  url = null 
)

◆ replaceState()

void History::replaceState ( any  data,
DOMString  title,
optional USVString?  url = null 
)

Member Data Documentation

◆ length

readonly attribute unsigned long History::length

◆ state

readonly attribute SerializedScriptValue History::state

The documentation for this interface was generated from the following file: