workmanager_web 0.1.3+1
workmanager_web: ^0.1.3+1 copied to clipboard
Web (experimental) implementation of workmanager using a Service Worker and Web Worker for background task execution.
0.1.3+1 #
- Update a dependency to the latest release.
0.1.3 #
- FEAT: work status observation — getWorkInfo across platforms (fixes #194) (#719).
0.1.2 #
- FEAT(android): expedited work support (#715).
0.1.1+1 #
- Update a dependency to the latest release.
0.1.1 #
- FEAT(web): service worker based background execution (experimental) (#707).
0.1.0 #
- Experimental web implementation of
workmanagerbased on a Service Worker (Periodic Background Sync, Web Push, fetch interception) plus in-page Web Worker execution.