Skip to content

Commit

Permalink
WebView Android doesn't support Background Sync (#25732)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Jan 23, 2025
1 parent 48bb878 commit 76771e6
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 10 deletions.
5 changes: 4 additions & 1 deletion api/ServiceWorkerGlobalScope.json
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,10 @@
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_android": {
"version_added": false,
"impl_url": "https://crbug.com/40449796"
},
"webview_ios": "mirror"
},
"status": {
Expand Down
5 changes: 4 additions & 1 deletion api/ServiceWorkerRegistration.json
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,10 @@
"samsunginternet_android": {
"version_added": "4.0"
},
"webview_android": "mirror",
"webview_android": {
"version_added": false,
"impl_url": "https://crbug.com/40449796"
},
"webview_ios": "mirror"
},
"status": {
Expand Down
20 changes: 16 additions & 4 deletions api/SyncEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_android": {
"version_added": false,
"impl_url": "https://crbug.com/40449796"
},
"webview_ios": "mirror"
},
"status": {
Expand Down Expand Up @@ -67,7 +70,10 @@
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_android": {
"version_added": false,
"impl_url": "https://crbug.com/40449796"
},
"webview_ios": "mirror"
},
"status": {
Expand Down Expand Up @@ -105,7 +111,10 @@
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_android": {
"version_added": false,
"impl_url": "https://crbug.com/40449796"
},
"webview_ios": "mirror"
},
"status": {
Expand Down Expand Up @@ -143,7 +152,10 @@
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_android": {
"version_added": false,
"impl_url": "https://crbug.com/40449796"
},
"webview_ios": "mirror"
},
"status": {
Expand Down
20 changes: 16 additions & 4 deletions api/SyncManager.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_android": {
"version_added": false,
"impl_url": "https://crbug.com/40449796"
},
"webview_ios": "mirror"
},
"status": {
Expand Down Expand Up @@ -78,7 +81,10 @@
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_android": {
"version_added": false,
"impl_url": "https://crbug.com/40449796"
},
"webview_ios": "mirror"
},
"status": {
Expand Down Expand Up @@ -116,7 +122,10 @@
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_android": {
"version_added": false,
"impl_url": "https://crbug.com/40449796"
},
"webview_ios": "mirror"
},
"status": {
Expand Down Expand Up @@ -154,7 +163,10 @@
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_android": {
"version_added": false,
"impl_url": "https://crbug.com/40449796"
},
"webview_ios": "mirror"
},
"status": {
Expand Down

0 comments on commit 76771e6

Please sign in to comment.