async-polling
Version:
An easy way to run reliable polling without messing with setTimeout.
30 lines (29 loc) • 566 B
JSON
{
"name": "async-polling",
"authors": [
"@cGuille <cguille.dev@gmail.com>"
],
"description": "An easy way to run reliable polling without messing with setTimeout.",
"main": "build/async-polling.js",
"keywords": [
"poll",
"polling",
"async",
"setTimeout",
"setInterval",
"task"
],
"license": "MIT",
"homepage": "https://github.com/cGuille/async-polling#readme",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"Makefile",
"lib",
"src",
"package.json"
]
}