Documentation ¶
Overview ¶
Package util provides some helpers for working with GopherJS.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Float64Slice ¶
func StringSlice ¶
Types ¶
type Err ¶
type EventTarget ¶
func (EventTarget) AddEventListener ¶
func (t EventTarget) AddEventListener(typ string, useCapture bool, listener func(*js.Object))
func (EventTarget) RemoveEventListener ¶
func (t EventTarget) RemoveEventListener(typ string, useCapture bool, listener func(*js.Object))
Click to show internal directories.
Click to hide internal directories.