Versions in this module Expand all Collapse all v0 v0.1.0 Aug 17, 2026 Changes in this version + func Event(target js.Value, okEvent, failEvent string) (js.Value, error) — js/wasm + func Promise(p js.Value) (js.Value, error) — js/wasm + func Request(req js.Value) (js.Value, error) — js/wasm + type Error string — js/wasm + const ErrRejected + func (e Error) Error() string v0.0.1 Aug 17, 2026 Changes in this version + type Await struct + func New() *Await