aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
diff options
context:
space:
mode:
authorDmitri Shuralyov <dmitshur@golang.org>2020-03-28 23:25:18 -0400
committerDmitri Shuralyov <dmitshur@golang.org>2020-03-29 18:37:17 +0000
commit7bfac4c3ddde3dd906b344f141a9d09a5f855c77 (patch)
treea07d3d3bda2d7ef4a6f18496cd6d612aab4cff1e /src/runtime
parent534f56b4b2b7e368e27d87af2d7721c4ffde37ba (diff)
downloadgo-7bfac4c3ddde3dd906b344f141a9d09a5f855c77.tar.xz
net/http: use DOMException.message property in error text
Previously, details about the underlying fetch error were not visible in the net/http error text: net/http: fetch() failed: <object> When using the message property, they are: net/http: fetch() failed: Failed to fetch net/http: fetch() failed: The user aborted a request. Reference: https://developer.mozilla.org/en-US/docs/Web/API/DOMException/message. Change-Id: Iecf7c6bac01abb164731a4d5c9af6582c250a1a0 Reviewed-on: https://go-review.googlesource.com/c/go/+/226205 Reviewed-by: Johan Brandhorst <johan.brandhorst@gmail.com>
Diffstat (limited to 'src/runtime')
0 files changed, 0 insertions, 0 deletions