Documentation ¶
Index ¶
- Variables
- func GetInterface() js.Value
- type History
- func (h History) Back() error
- func (h History) Forward() error
- func (h History) Go(position int) error
- func (h History) History_() History
- func (h History) Length() (int, error)
- func (h History) PushState(obj interface{}, title string, url ...string) error
- func (h History) ReplaceState(obj interface{}, title string, url ...string) error
- func (h History) State() (interface{}, error)
- type HistoryFrom
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //ErrNotImplemented ErrNotImplemented error ErrNotImplemented = errors.New("Browser not implemented History") ErrNotAnHistory = errors.New("Object is not an History") )
Functions ¶
Types ¶
type History ¶
type History struct {
baseobject.BaseObject
}
History struct
func (History) ReplaceState ¶
type HistoryFrom ¶
type HistoryFrom interface {
History_() History
}
Click to show internal directories.
Click to hide internal directories.