easy-polling
Version:
Easy-polling aims to achieve one simple and pure task:\ Check result of an asynchronous task until the result matched required criteria.\ This process is so called "polling" or "poll"!.
18 lines (17 loc) • 415 B
JSON
{
"name": "easy-polling",
"version": "1.1.3",
"description": "",
"keywords": ["polling", "poll", "poller", "async","interval", "wait"],
"repository": {
"type": "git",
"url": "https://github.com/paulatsydney/easy-polling"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "paulatsydney",
"license": "ISC",
"dependencies": {}
}