You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update roundtrip_js.go to guarantee that the DialContext, DialTLSContext, Dial and DialTLS functions in http.Transport are respected, even under JS/WASM
There aren't any particular assumptions that state that the net.Conn has to be an actual socket, but instead might be a kind of virtual network or connection handler. The current API shape tries to use the Fetch API for everything, even when we've tried to tell the Transport not to.
0 commit comments