summaryrefslogtreecommitdiff
path: root/src/net/http/roundtrip_js.go
Commit message (Expand)AuthorAgeFilesLines
* net/http: support streaming POST content in wasmWill Hawkins2023-02-151-16/+96
* net/http: improve js fetch errorsJohan Brandhorst-Satzkorn2023-02-091-1/+16
* net/http: disable fetch on NodeJSJohan Brandhorst-Satzkorn2023-01-301-1/+7
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-6/+6
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* net/http: guarantee that the Transport dial functions are respected in js/wasmNeil Alexander2021-10-281-2/+10
* net/http: correct Content-Length parsing for js/wasmCharlotte Brandhorst-Satzkorn2021-10-251-1/+17
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-2/+1
* net/http: avoid setting body when NoBody is set for js/wasmAgniva De Sarker2020-08-151-3/+5
* net/http: release callbacks after fetch promise completesDmitri Shuralyov2020-04-021-18/+17
* net/http: use DOMException.message property in error textDmitri Shuralyov2020-03-291-1/+1
* syscall/js: garbage collect references to JavaScript valuesRichard Musiol2019-11-041-5/+5
* net/http: enable WASM fetch where supportedJohan Brandhorst2019-05-301-9/+3
* syscall/js: replace TypedArrayOf with CopyBytesToGo/CopyBytesToJSRichard Musiol2019-05-241-10/+8
* net/http: remove "number:" from Response.Status stringDmitri Shuralyov2019-04-291-2/+3
* net/http: support configuring redirect fetch optionJohan Brandhorst2019-03-051-0/+12
* syscall/js: rename js.Callback to js.FuncRichard Musiol2018-12-131-6/+6
* all: add support for synchronous callbacks to js/wasmRichard Musiol2018-11-101-7/+14
* net/http: ensure null body in Fetch response is not readJohan Brandhorst2018-09-231-1/+3
* net/http: support configuring fetch optionsJohan Brandhorst2018-08-131-7/+31
* net/http: correct use of byte slice in js syscallJohan Brandhorst2018-07-131-1/+3
* syscall/js: rename Callback.Close to Release and expose Callback.ValueRichard Musiol2018-06-281-6/+6
* syscall/js: add TypedArrayOfRichard Musiol2018-06-271-2/+6
* syscall/js: turn constant package vars into functionsRichard Musiol2018-06-251-9/+9
* net/http: fix build errors on js/wasm targetJohan Brandhorst2018-06-041-3/+5
* net/http: use fake Transport network when running in NodeJohan Brandhorst2018-05-311-11/+5
* net/http: add js/wasm compatible DefaultTransportJohan Brandhorst2018-05-301-0/+267