angular-cn/packages/service-worker/worker/test
Sheik Althaf e721c08c7f feat(service-worker): support multiple apps on different subpaths of a domain (#27080)
Previously, it was not possible to have multiple apps (using
`@angular/service-worker`) on different subpaths of the same domain,
because each SW would overwrite the caches of the others (even though
their scope was different).

This commit fixes it by ensuring that the cache names created by the SW
are different for each scope.

Fixes #21388

PR Close #27080
2019-03-21 12:07:56 -04:00
..
BUILD.bazel test(ivy): mark failing test targets with fixme-ivy-jit and fixme-ivy-local tags (#26471) 2018-10-23 08:57:42 -07:00
async.ts feat(service-worker): introduce the @angular/service-worker package (#19274) 2017-09-28 16:18:12 -07:00
data_spec.ts test(service-worker): do not create testing artifacts on environments that do not support SW (#27080) 2019-03-21 12:07:56 -04:00
happy_spec.ts feat(service-worker): support multiple apps on different subpaths of a domain (#27080) 2019-03-21 12:07:56 -04:00
idle_spec.ts test(service-worker): do not create testing artifacts on environments that do not support SW (#27080) 2019-03-21 12:07:56 -04:00
prefetch_spec.ts test(service-worker): do not create testing artifacts on environments that do not support SW (#27080) 2019-03-21 12:07:56 -04:00