angular-cn/packages/service-worker/worker
Miško Hevery 64770571b2 perf: don't create holey arrays (#32155)
Don't use `Array` constructor with the size value (ex. `new Array(5)`) - this will create a `HOLEY_ELEMENTS` array (even if this array is filled in later on!);

https://v8.dev/blog/elements-kinds
https://stackoverflow.com/questions/32054170/how-to-resize-an-array

PR Close #32155
2019-08-21 08:27:43 -07:00
..
src perf: don't create holey arrays (#32155) 2019-08-21 08:27:43 -07:00
test fix(service-worker): cache opaque responses when requests exceeds timeout threshold (#30977) 2019-06-27 09:52:29 -07:00
testing test(service-worker): better simulate opaque requests (#30977) 2019-06-27 09:52:28 -07:00
BUILD.bazel build: update to rules_nodejs 0.32.2 (#31325) 2019-07-01 14:16:42 -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
tsconfig.json build(bazel): use fine-grained npm deps (#26111) (#26488) 2018-10-19 20:59:29 -07:00