serviceworker-cookbook/push-quota
Schalk Neethling fb3b7c5584
security: remove references to https://serviceworke.rs/ (#335)
The domain https://serviceworke.rs/ (do not open) has been overtaken and are used to steal clicks.
This removes the domain and uses a dummy domain.
2022-11-01 15:06:43 +00:00
..
README.md Fixed wording 2015-11-30 12:17:31 -08:00
index.html Convert all push recipes to use VAPID 2018-03-04 16:23:28 +01:00
index.js Run subscribe only when serviceWorker.ready resolves 2018-04-12 22:20:34 +02:00
server.js security: remove references to https://serviceworke.rs/ (#335) 2022-11-01 15:06:43 +00:00
service-worker.js Add documentation for push-quota. Fixes #152 2015-12-01 18:16:53 +00:00

README.md

Push Quota

Experiment with the quota management policies of different browsers. Try sending many notifications (visible or invisible) and see what happens if you keep the tab open vs close it, or if you click on some notifications vs you click on none of them.

Difficulty

Advanced

Use Cases

This code allows you to experiment with different push message quota policies with different browsers so you can see how they behave for different actions by the users.

Category

Web Push