angular/packages/service-worker/src
George Kalpakas 4478dff471 docs(service-worker): improve description of NoNewVersionDetectedEvent (#45266)
The `NoNewVersionDetectedEvent` does not imply that the latest version
on the server is the same as the version the client is on (because a
client could be on an older version).

Update the description of the event to better describe what it actually
means (i.e. that the SW didn't find a version it didn't already know
about, but without implying anything about the version the current
client is using).

PR Close #45266
2022-03-08 10:26:05 -08:00
..
index.ts feat(service-worker): expose more version update events (#43668) 2021-10-05 11:00:07 -07:00
low_level.ts docs(service-worker): improve description of NoNewVersionDetectedEvent (#45266) 2022-03-08 10:26:05 -08:00
module.ts fix(service-worker): handle error with console.error (#40236) 2021-01-25 10:11:58 -08:00
push.ts docs(service-worker): add missing comma in example JSON data (#42606) 2021-07-08 10:27:16 -07:00
update.ts feat(service-worker): emit a notification when the service worker is already up to date after check (#45216) 2022-03-03 12:29:04 -08:00