mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
29c8feef75
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