mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
60389d5441
Some ServiceWorker operations and methods require normalized URLs. Previously, the generic `string` type was used. This commit introduces a new `NormalizedUrl` type, a special kind of `string`, to make this requirement explicit and use the type system to enforce it. PR Close #37922