angular-cn/packages/service-worker/worker
crisbeto e9de28111d build: enable service-worker tests on saucelabs (#36129)
Enables the `service-worker` tests on Saucelabs and fixes some issues that were preventing them from running on IE. The issues were:
1. We were serving es2017 code during tests. I've set it to es5.
2. The check which was verifying whether the environment is supported ended up hitting a `require` call in the browser which caused it to fail on browsers that don't support the `URL` API.

PR Close #36129
2020-04-01 15:37:47 -07:00
..
src build: no longer run tslint from within gulp task (#35800) 2020-03-03 09:20:49 -08:00
test fix(service-worker): treat 503 as offline (#35595) 2020-02-25 13:10:10 -08:00
testing build: enable service-worker tests on saucelabs (#36129) 2020-04-01 15:37:47 -07:00
BUILD.bazel build: enable service-worker tests on saucelabs (#36129) 2020-04-01 15:37:47 -07:00
main.ts feat(service-worker): support multiple apps on different subpaths of a domain (#27080) 2019-03-21 12:07:56 -04:00