Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotImplemented = errors.New("Browser not implemented ProgressEvent") //ErrNotAnEventTarget ErrNotAnEventTarget error ErrNotAnProgressEvent = errors.New("Object is not a Progress Event") )
Functions ¶
Types ¶
type ProgressEvent ¶
func NewFromJSObject ¶
func NewFromJSObject(obj js.Value) (ProgressEvent, error)
func (ProgressEvent) LengthComputable ¶
func (p ProgressEvent) LengthComputable() (bool, error)
func (ProgressEvent) Loaded ¶
func (p ProgressEvent) Loaded() (int, error)
func (ProgressEvent) ProgressEvent_ ¶
func (p ProgressEvent) ProgressEvent_() ProgressEvent
func (ProgressEvent) Total ¶
func (p ProgressEvent) Total() (int, error)
type ProgressEventFrom ¶
type ProgressEventFrom interface {
ProgressEvent_() ProgressEvent
}
Click to show internal directories.
Click to hide internal directories.