This repository has been archived by the owner on Jul 8, 2024. It is now read-only.
v0.0.11
Some cool new changes showing up in v0.0.11:
Enhancements
- Added support for the
requireInteraction
option, which allows notifications to persist until they are manually closed or clicked on by a user (#59) - Replaced Push.count (which could be assigned to) with Push.count() (which cannot) (#61)
- Added support for custom service worker paths via the
serviceWorker
option (#67) - Updated the README & unit tests
Bug Fixes