文件名称:hoodie-task-client:客户端api用于异步任务队列,使用PouchDB进行同步
文件大小:9KB
文件格式:ZIP
更新时间:2024-06-06 15:23:19
JavaScript
连帽任务客户端 客户端api用于异步任务队列,使用PouchDB进行同步 例子 taskQueue ( 'email' ) . start ( { to : 'john@example.com' , subject : 'Ohaj there' , body : 'Hey John,\n\nhow are things?\n\n– Jane' } ) . then ( function ( task ) { alert ( 'Email "' + task . subject + '" sent' ) } ) . catch ( function ( error ) { alert ( error ) } ) 原料药 var taskQueue = new TaskQueue ( userId , options ) mailQueue = taskQueue (
【文件预览】:
hoodie-task-client-master
----.gitignore(37B)
----README.md(2KB)
----.github()
--------first-timers.yml(128B)
----LICENSE(11KB)
----package.json(1KB)
----index.js(1KB)
----.travis.yml(301B)
----lib()
--------one.js(123B)
--------start.js(1KB)
--------on.js(119B)
--------off.js(133B)