|
1 | 1 | name: Background fetch |
2 | 2 | description: Background fetch downloads data in the background even when the web page is closed. |
3 | 3 | spec: https://wicg.github.io/background-fetch/ |
4 | | -status: |
5 | | - baseline: false |
6 | | - support: |
7 | | - chrome: "74" |
8 | | - chrome_android: "74" |
9 | | - edge: "79" |
10 | | -compat_features: |
11 | | - - api.BackgroundFetchEvent |
12 | | - - api.BackgroundFetchEvent.BackgroundFetchEvent |
13 | | - - api.BackgroundFetchEvent.registration |
14 | | - - api.BackgroundFetchManager |
15 | | - - api.BackgroundFetchManager.fetch |
16 | | - - api.BackgroundFetchManager.get |
17 | | - - api.BackgroundFetchManager.getIds |
18 | | - - api.BackgroundFetchRecord |
19 | | - - api.BackgroundFetchRecord.request |
20 | | - - api.BackgroundFetchRecord.responseReady |
21 | | - - api.BackgroundFetchRegistration.abort |
22 | | - - api.BackgroundFetchRegistration.downloaded |
23 | | - - api.BackgroundFetchRegistration.downloadTotal |
24 | | - - api.BackgroundFetchRegistration.failureReason |
25 | | - - api.BackgroundFetchRegistration.id |
26 | | - - api.BackgroundFetchRegistration.match |
27 | | - - api.BackgroundFetchRegistration.matchAll |
28 | | - - api.BackgroundFetchRegistration.progress_event |
29 | | - - api.BackgroundFetchRegistration.recordsAvailable |
30 | | - - api.BackgroundFetchRegistration.result |
31 | | - - api.BackgroundFetchRegistration.uploaded |
32 | | - - api.BackgroundFetchRegistration.uploadTotal |
33 | | - - api.BackgroundFetchUpdateUIEvent |
34 | | - - api.BackgroundFetchUpdateUIEvent.BackgroundFetchUpdateUIEvent |
35 | | - - api.BackgroundFetchUpdateUIEvent.updateUI |
36 | | - - api.ServiceWorkerGlobalScope.backgroundfetchabort_event |
37 | | - - api.ServiceWorkerGlobalScope.backgroundfetchclick_event |
38 | | - - api.ServiceWorkerGlobalScope.backgroundfetchfail_event |
39 | | - - api.ServiceWorkerGlobalScope.backgroundfetchsuccess_event |
40 | | - - api.ServiceWorkerRegistration.backgroundFetch |
0 commit comments