diff --git a/doc/go1.18.html b/doc/go1.18.html index bec9ada383..45f89b7be5 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -276,6 +276,12 @@ Do not send CLs removing the interior tags from such phrases.
net/http
+

+ On WebAssembly targets, the Dial, DialContext, + DialTLS and DialTLSContext method fields in + Transport + will now be correctly used, if specified, for making HTTP requests. +

TODO: https://golang.org/cl/338590: add Cookie.Valid method