Init plugin #2540
Labels
package:autosave
type:feature
This issue reports a feature request (an idea for a new functionality or a missing option).
Milestone
For easier integration, we should provide the
Autosave
plugin.provider
property with a singlesave
method which returns promise when save is done.throttle
onchange
event (500 ms).provider.save( data )
should return promise when data are saved. Pending action should be removed then if there were no other changes in the meantime.After that, it should be enough to check pending actions to learn if the editor can be closed.
The text was updated successfully, but these errors were encountered: