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
src
.browserslistrc -rw-r--r-- 600 bytes
.gitignore -rw-r--r-- 630 bytes
README.md -rw-r--r-- 1.0 KB
angular.json -rw-r--r-- 2.8 KB
karma.conf.js -rw-r--r-- 776 bytes
package.json -rw-r--r-- 2.1 KB
test.js -rw-r--r-- 3.1 KB
tsconfig.app.json -rw-r--r-- 238 bytes
tsconfig.json -rw-r--r-- 438 bytes
tsconfig.spec.json -rw-r--r-- 270 bytes
yarn.lock -rw-r--r-- 318.9 KB

README.md

back to top