Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add keys to Background sync #2060

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions features/background-sync.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Background sync
description: The background synchronization API registers a service worker callback to run only when the device is no longer offline. You can use this to let users continue using your app while offline and synchronize with a server after reconnecting.
spec: https://wicg.github.io/background-sync/spec/
status:
compute_from: api.SyncManager
compat_features:
- api.ServiceWorkerGlobalScope.sync_event
- api.ServiceWorkerRegistration.sync
Expand All @@ -11,3 +13,4 @@ compat_features:
- api.SyncManager
- api.SyncManager.getTags
- api.SyncManager.register
- api.SyncManager.worker_support
13 changes: 13 additions & 0 deletions features/background-sync.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ status:
chrome_android: "49"
edge: "79"
compat_features:
# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
# chrome: "49"
# chrome_android: "49"
# edge: "79"
- api.ServiceWorkerGlobalScope.sync_event
- api.ServiceWorkerRegistration.sync
- api.SyncEvent
Expand All @@ -17,3 +23,10 @@ compat_features:
- api.SyncManager
- api.SyncManager.getTags
- api.SyncManager.register

# baseline: false
# support:
# chrome: "61"
# chrome_android: "61"
# edge: "79"
- api.SyncManager.worker_support