angular-cn/packages/service-worker/worker
George Kalpakas fb735d625b refactor(service-worker): use nominal type for normalized URLs (#37922)
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
2020-07-09 09:44:57 -07:00
..
src refactor(service-worker): use nominal type for normalized URLs (#37922) 2020-07-09 09:44:57 -07:00
test fix(service-worker): correctly handle relative base href (#37922) 2020-07-09 09:44:57 -07:00
testing refactor(service-worker): use nominal type for normalized URLs (#37922) 2020-07-09 09:44:57 -07:00
BUILD.bazel build: enable service-worker tests on saucelabs (#36129) 2020-04-01 15:37:47 -07:00
main.ts refactor(service-worker): move asset URL normalization to `Adapter` (#37922) 2020-07-09 09:44:56 -07:00