We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db49c1a commit 1919185Copy full SHA for 1919185
api/javascript/data/datasource.md
@@ -3845,6 +3845,10 @@ The `sync` method will request the remote service if:
3845
* the [transport.destroy](#configuration-transport.destroy) option is set and data items have been removed from the data source
3846
* the [transport.update](#configuration-transport.update) option is set and the data source contains updated data items
3847
3848
+#### Returns
3849
+
3850
+`Promise` A promise that will be resolved when all sync requests have finished succesfully, or rejected if any single request fails.
3851
3852
#### Example - save the changes
3853
3854
<script>
0 commit comments