> having an API with a boolean argument - which is something that there's
zero precedent in the language

not sure about strictly JS but `classList`, which is a Set of strings, has
a `classList.toggle(name, true)` which does the same.

although I agree this is a not so needed method so it's probably not worth
to have a precedent in the JS side
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to