teddddd
teddddd
The `style` module's support for [delayed/remove/destroy properties](https://github.com/snabbdom/snabbdom#delayed-properties) is one of snabbdom's most compelling features. How would you feel about adding the same capabilities to the `class` module? This would provide...
Steps to reproduce: - create people profile on one browser with `people.set()` - in a different browser (or after resetting cookies/localstorage), coming from a different URL, call identify/ and `people.set()`...
It looks like your implementation of [Element](https://developer.mozilla.org/en-US/docs/Web/API/Element) includes some functionality only specified for [HTMLElement](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement), such as `dataset` (https://github.com/1N50MN14/html-element/blob/9673c8d5/index.js#L92) and `style`. Is there any intention to separate these, or am I...