Revision 29c8feef759adde2b4d6a0fbe122390b485a40d2 authored by Joey Perrott on 18 November 2021, 22:47:29 UTC, committed by Jessica Janiuk on 24 November 2021, 18:55:33 UTC
In node@16 the URL constructor fails for for a malformed URL such as http://<empty>/. Instead http://_empty_ is
used as this conveys the same information in tests but is correctly formed.

PR Close #44211
1 parent 7b0e9b0
History
File Mode Size
init
src
test
testing
BUILD.bazel -rw-r--r-- 1.8 KB
PACKAGE.md -rw-r--r-- 228 bytes
index.ts -rw-r--r-- 480 bytes
package.json -rw-r--r-- 989 bytes
public_api.ts -rw-r--r-- 437 bytes

back to top