This PR adds a note into the Go 1.18 changelog for CL 330852.
Updates #46923.
Change-Id: I99150e9275ce23fcf3697d6a22ac216818223c74
GitHub-Last-Rev:
b2772ce68bcd02af672c663760b635eab292afb7
GitHub-Pull-Request: golang/go#49258
Reviewed-on: https://go-review.googlesource.com/c/go/+/360297
Trust: Roland Shoemaker <roland@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
<dl id="net/http"><dt><a href="/pkg/net/http/">net/http</a></dt>
<dd>
+ <p><!-- CL 330852 -->
+ On WebAssembly targets, the <code>Dial</code>, <code>DialContext</code>,
+ <code>DialTLS</code> and <code>DialTLSContext</code> method fields in
+ <a href="/pkg/net/http/#Transport"><code>Transport</code></a>
+ will now be correctly used, if specified, for making HTTP requests.
+ </p>
<p><!-- CL 338590 -->
TODO: <a href="https://golang.org/cl/338590">https://golang.org/cl/338590</a>: add Cookie.Valid method
</p>