Documentation
¶
Overview ¶
Package htmlinterfaces contains internal code representing the IDL interfaces in the HTML DOM API
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type History ¶
type History interface {
Length() int
State() HistoryState
Go(int) error
Back() error
Forward() error
PushState(HistoryState, string) error
ReplaceState(HistoryState, string) error
}
type HistoryState ¶
type HistoryState string
Click to show internal directories.
Click to hide internal directories.