aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/js
AgeCommit message (Expand)Author
2020-05-24syscall/js: improve documentation of Func.ReleaseRichard Musiol
2020-05-12syscall/js: prepare IDs for the preset objectsHajime Hoshi
2020-03-24syscall/js: allow copyBytesTo(Go|JS) to use Uint8ClampedArrayAurélio A. Heckert
2020-03-01syscall/js: improve documentation of js.FuncOfTorben Schinke
2019-11-23syscall/js: handle interleaved functions correctlyRichard Musiol
2019-11-04syscall/js: garbage collect references to JavaScript valuesRichard Musiol
2019-09-30syscall/js: add Value.Delete for deleting JavaScript propertiesRichard Musiol
2019-08-28runtime,syscall/js: reuse wasm memory DataViewAgniva De Sarker
2019-06-02syscall/js: fix commentsHajime Hoshi
2019-05-24syscall/js: replace TypedArrayOf with CopyBytesToGo/CopyBytesToJSRichard Musiol
2019-03-28syscall/js: improve Value.String() for non-string valuesRichard Musiol
2019-03-26syscall/js: improve type checks of js.Value's methodsRichard Musiol
2019-02-27syscall/js: add a note about a bug in TypedArrayAgniva De Sarker
2018-12-13syscall/js: rename js.Callback to js.FuncRichard Musiol
2018-11-20syscall/js: document ValueOf() panicMarkus
2018-11-10all: add support for synchronous callbacks to js/wasmRichard Musiol
2018-10-26syscall/js: add the Value.Truthy methodLarry Clapp
2018-10-24syscall/js: add Wrapper interface to support external Value wrapper typesDenys Smirnov
2018-10-18syscall/js: make zero js.Value represent "undefined"Richard Musiol
2018-08-07syscall/js: extend ValueOf to support arrays and objectsRichard Musiol
2018-08-01syscall/js: move callback helper code to misc/wasm to avoid using eval()Xudong Zheng
2018-07-31syscall/js: improve documentation about mappings to JavaScript valuesRichard Musiol
2018-07-19syscall/js: show goroutine stack traces on deadlockRichard Musiol
2018-07-09syscall/js: improve panic messagesRichard Musiol
2018-07-09syscall/js: add Value.TypeRichard Musiol
2018-07-03misc/wasm: use single map for string, symbol and object id mapping.Paul Jolly
2018-07-01misc/wasm: make sure value ref id is uniqueCherry Zhang
2018-06-28syscall/js: rename Callback.Close to Release and expose Callback.ValueRichard Musiol
2018-06-27syscall/js: add TypedArrayOfRichard Musiol
2018-06-26syscall/js: use stable references to JavaScript valuesRichard Musiol
2018-06-25syscall/js: turn constant package vars into functionsRichard Musiol
2018-06-25syscall.js: add Value.InstanceOfRichard Musiol
2018-06-15syscall/js: improve import functionsRichard Musiol
2018-06-14runtime, sycall/js: add support for callbacks from JavaScriptRichard Musiol
2018-05-15misc/wasm: fix passing large negative integers from JS to GoRichard Musiol
2018-05-03syscall/js: add packageRichard Musiol