aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/roundtrip_js.go
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-08-15net/http: avoid setting body when NoBody is set for js/wasmAgniva De Sarker
2020-04-02net/http: release callbacks after fetch promise completesDmitri Shuralyov
2020-03-29net/http: use DOMException.message property in error textDmitri Shuralyov
2019-11-04syscall/js: garbage collect references to JavaScript valuesRichard Musiol
2019-05-30net/http: enable WASM fetch where supportedJohan Brandhorst
2019-05-24syscall/js: replace TypedArrayOf with CopyBytesToGo/CopyBytesToJSRichard Musiol
2019-04-29net/http: remove "number:" from Response.Status stringDmitri Shuralyov
2019-03-05net/http: support configuring redirect fetch optionJohan Brandhorst
2018-12-13syscall/js: rename js.Callback to js.FuncRichard Musiol
2018-11-10all: add support for synchronous callbacks to js/wasmRichard Musiol
2018-09-23net/http: ensure null body in Fetch response is not readJohan Brandhorst
2018-08-13net/http: support configuring fetch optionsJohan Brandhorst
2018-07-13net/http: correct use of byte slice in js syscallJohan Brandhorst
2018-06-28syscall/js: rename Callback.Close to Release and expose Callback.ValueRichard Musiol
2018-06-27syscall/js: add TypedArrayOfRichard Musiol
2018-06-25syscall/js: turn constant package vars into functionsRichard Musiol
2018-06-04net/http: fix build errors on js/wasm targetJohan Brandhorst
2018-05-31net/http: use fake Transport network when running in NodeJohan Brandhorst
2018-05-30net/http: add js/wasm compatible DefaultTransportJohan Brandhorst