domtokenlist
Version:
Enables support for the DOMTokenList interface in IE8-9, and fixes buggy implementations in newer browsers.
14 lines (13 loc) • 476 B
JSON
{
"name": "domtokenlist",
"version": "v1.0.0",
"description": "Enables support for the DOMTokenList interface in IE8-9, and fixes buggy implementations in newer browsers.",
"keywords": ["classList", "class-list", "token-list", "tokens", "css", "compatibility", "ie9", "ie8", "domtokenlist", "polyfill"],
"repository": "https://github.com/Alhadis/DOMTokenList",
"license": "ISC",
"dependencies": {},
"main": "src/token-list.js",
"directories": {
"lib": "./src"
}
}