Versions in this module Expand all Collapse all v1 v1.5.1 Sep 14, 2024 v1.5.0 Sep 11, 2024 Changes in this version + var ErrNotAnProgressEvent = errors.New("Object is not a Progress Event") + var ErrNotImplemented = errors.New("Browser not implemented ProgressEvent") + func GetInterface() js.Value + type ProgressEvent struct + func New(typeevent string, opts ...map[string]interface{}) (ProgressEvent, error) + func NewFromJSObject(obj js.Value) (ProgressEvent, error) + func (p ProgressEvent) LengthComputable() (bool, error) + func (p ProgressEvent) Loaded() (int, error) + func (p ProgressEvent) ProgressEvent_() ProgressEvent + func (p ProgressEvent) Total() (int, error) + type ProgressEventFrom interface + ProgressEvent_ func() ProgressEvent