classlist-polyfill

Cross-browser JavaScript shim that fully implements element.classList (referenced on MDN)

Usage no npm install needed!

<script type="module">
  import classlistPolyfill from 'https://cdn.skypack.dev/classlist-polyfill';
</script>

README

classlist-polyfill

Polyfill for element.classList.

This is a published fork of classList.js.

Installation

Download using NPM:

npm install classlist-polyfill

Download using Bower:

bower install classlist-polyfill

What is the purpose of this repo?

The upstream maintainer has decided not to publish.

Contributing

Preferably all changes are made upstream.