├── CONTRIBUTING.md ├── LICENSE ├── LICENSE.md ├── README.md ├── demo ├── index.html ├── sample.json └── sw.js ├── explainers ├── periodicsync-WebIDL.md ├── periodicsync-explainer.md └── sync-explainer.md ├── spec ├── PeriodicBackgroundSync-index.bs ├── PeriodicBackgroundSync-index.html ├── index.bs └── index.html ├── use-cases.md └── w3c.json /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/background-sync/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/background-sync/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/background-sync/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/background-sync/HEAD/README.md -------------------------------------------------------------------------------- /demo/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/background-sync/HEAD/demo/index.html -------------------------------------------------------------------------------- /demo/sample.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/background-sync/HEAD/demo/sample.json -------------------------------------------------------------------------------- /demo/sw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/background-sync/HEAD/demo/sw.js -------------------------------------------------------------------------------- /explainers/periodicsync-WebIDL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/background-sync/HEAD/explainers/periodicsync-WebIDL.md -------------------------------------------------------------------------------- /explainers/periodicsync-explainer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/background-sync/HEAD/explainers/periodicsync-explainer.md -------------------------------------------------------------------------------- /explainers/sync-explainer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/background-sync/HEAD/explainers/sync-explainer.md -------------------------------------------------------------------------------- /spec/PeriodicBackgroundSync-index.bs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/background-sync/HEAD/spec/PeriodicBackgroundSync-index.bs -------------------------------------------------------------------------------- /spec/PeriodicBackgroundSync-index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/background-sync/HEAD/spec/PeriodicBackgroundSync-index.html -------------------------------------------------------------------------------- /spec/index.bs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/background-sync/HEAD/spec/index.bs -------------------------------------------------------------------------------- /spec/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/background-sync/HEAD/spec/index.html -------------------------------------------------------------------------------- /use-cases.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/background-sync/HEAD/use-cases.md -------------------------------------------------------------------------------- /w3c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/background-sync/HEAD/w3c.json --------------------------------------------------------------------------------