nsgenbind
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Public Attributes | List of all members
History Interface Reference

import"html.idl";

Public Member Functions

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

Public Attributes

readonly attribute long length
 
readonly attribute any state
 

Detailed Description

Definition at line 1465 of file html.idl.

Member Function Documentation

◆ back()

void History::back ( )

◆ forward()

void History::forward ( )

◆ go()

void History::go ( optional long  delta)

◆ pushState()

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

◆ replaceState()

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

Member Data Documentation

◆ length

readonly attribute long History::length

Definition at line 1466 of file html.idl.

◆ state

readonly attribute any History::state

Definition at line 1467 of file html.idl.


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