Skip to content

Commit

Permalink
sync_event is experimental like SyncEvent and SyncManager (#22137)
Browse files Browse the repository at this point in the history
* Experimental like SyncEvent

* vice-versa

SyncEvent and SyncManager are *not* experimental.  But what about their properties/methods?

* ServiceWorkerRegistration.sync is not experimental either

---------

Co-authored-by: Sideways S <sidewayss@users.noreply.github.com>
  • Loading branch information
sidewayss and sidewayss authored Mar 12, 2024
1 parent a5cbacb commit 9f46278
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/ServiceWorkerRegistration.json
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@
"webview_android": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down
4 changes: 2 additions & 2 deletions api/SyncEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"webview_android": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down Expand Up @@ -62,7 +62,7 @@
"webview_android": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down
2 changes: 1 addition & 1 deletion api/SyncManager.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"webview_android": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down

0 comments on commit 9f46278

Please sign in to comment.