dom_token_list-functions-remove_all

Removes a array of values from DOMTokenList

Usage no npm install needed!

<script type="module">
  import domTokenListFunctionsRemoveAll from 'https://cdn.skypack.dev/dom_token_list-functions-remove_all';
</script>

README

removeAll

Removes a array of values from DOMTokenList

Usage

document.getElementById("element_id").classList.removeAll(["class_one", "class_two class_three"]);