auto-save
A simple timer wrapper that is useful for implementing a delayed autosave in text-based applications, like Google Docs.
Installation
Install with component(1):
$ component install bmcmahen/auto-save
API
// 500 represents the timeout duration in ms.var autosave = 500;var txt = document0;txt{ ;};
License
MIT