yet-another-abortcontroller-polyfill
Version:
An AbortController Polyfill
29 lines (28 loc) • 695 B
JSON
{
"name": "yet-another-abortcontroller-polyfill",
"version": "0.0.4",
"description": "An AbortController Polyfill",
"main": "index.js",
"scripts": {
"test": "node ./test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benlesh/abort-controller-polyfill.git"
},
"keywords": [
"AbortController",
"fetch",
"polyfill",
"AbortSignal"
],
"author": "Ben Lesh <ben@benlesh.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/benlesh/abort-controller-polyfill/issues"
},
"homepage": "https://github.com/benlesh/abort-controller-polyfill#readme",
"devDependencies": {
"event-target-polyfill": "0.0.3"
}
}