Versions in this module Expand all Collapse all v0 v0.6.0 Mar 19, 2020 Changes in this version + type JSFunc struct — js/wasm + Value js.Value + func (jsf JSFunc) SafeInvoke(args ...interface{}) js.Value + type Then struct — js/wasm + func New() *Then + func (t *Then) JSValue() js.Value + func (t *Then) Reject(err interface{}) + func (t *Then) Resolve(res interface{})