File tree 1 file changed +3
-4
lines changed 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -254,11 +254,10 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
254
254
< dl id ="net/http "> < dt > < a href ="/pkg/net/http/ "> net/http</ a > </ dt >
255
255
< dd >
256
256
< p > <!-- CL 330852 -->
257
- The < code > Dial</ code > , < code > DialContext</ code > , < code > DialTLS </ code > and
258
- < code > DialTLSContext</ code > method fields in
257
+ On WebAssembly targets, the < code > Dial</ code > , < code > DialContext</ code > ,
258
+ < code > DialTLS </ code > and < code > DialTLSContext</ code > method fields in
259
259
< a href ="/pkg/net/http/#Transport "> < code > Transport</ code > </ a >
260
- will now be correctly used, if specified, for making HTTP requests when running
261
- on WebAssembly targets.
260
+ will now be correctly used, if specified, for making HTTP requests.
262
261
</ p >
263
262
< p > <!-- CL 338590 -->
264
263
TODO: < a href ="https://golang.org/cl/338590 "> https://golang.org/cl/338590</ a > : add Cookie.Valid method
You can’t perform that action at this time.
0 commit comments