domtokenlist
Version:
Enables support for the DOMTokenList interface in IE8-9, and fixes buggy implementations in newer browsers.
11 lines (10 loc) • 450 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": "Alhadis/DOMTokenList",
"license": "ISC",
"main": "src/token-list.js",
"scripts": ["src/token-list.js", "src/svg-fix.js"]
}