Documentation
¶
Index ¶
- Variables
- func GetInterface() js.Value
- type Window
- func (w Window) Document() (document.Document, error)
- func (w Window) History() (history.History, error)
- func (w Window) IndexdedDB() (indexeddb.IDBFactory, error)
- func (w Window) LocalStorage() (storage.Storage, error)
- func (w Window) Location() (location.Location, error)
- func (w Window) Navigator() (navigator.Navigator, error)
- func (w Window) OnHashChange(handler func(e event.Event)) (js.Func, error)
- func (w Window) OnPopState(handler func(e event.Event)) (js.Func, error)
- func (w Window) SessionStorage() (storage.Storage, error)
- func (w Window) Window_() Window
- type WindowFrom
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //ErrNotImplemented ErrNotImplemented error ErrNotImplemented = errors.New("Browser not implemented Window") ErrNotAWindow = errors.New("Object is not a Window") )
Functions ¶
Types ¶
type Window ¶
type Window struct {
eventtarget.EventTarget
}
func (Window) IndexdedDB ¶
func (w Window) IndexdedDB() (indexeddb.IDBFactory, error)
func (Window) OnHashChange ¶
type WindowFrom ¶
type WindowFrom interface {
Window_() Window
}
Click to show internal directories.
Click to hide internal directories.