aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/roundtrip_js.go
AgeCommit message (Expand)Author
2025-11-21net/http: update Response.Request.URL after redirects on GOOS=jsSean Liao
2025-06-27net/http: fix RoundTrip context cancellation for js/wasmAndy Nitschke
2024-01-10net: add available godoc linkcui fliter
2023-11-06net/http: remove Content-Encoding header in roundtrip_jscarl.tao
2023-08-28net/http: revert "support streaming POST content in wasm"haruyama480
2023-07-28net/http: perform streaming body feature detection once per processDmitri Shuralyov
2023-06-16net/http: close req.Body only when it's non-nil on jsDmitri Shuralyov
2023-06-15net/http: only disable Fetch API in testsDmitri Shuralyov
2023-02-15net/http: support streaming POST content in wasmWill Hawkins
2023-02-09net/http: improve js fetch errorsJohan Brandhorst-Satzkorn
2023-01-30net/http: disable fetch on NodeJSJohan Brandhorst-Satzkorn
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-28net/http: guarantee that the Transport dial functions are respected in js/wasmNeil Alexander
2021-10-25net/http: correct Content-Length parsing for js/wasmCharlotte Brandhorst-Satzkorn
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