8 DOM features you didn’t know existed - LogRocket Blog
If you ignore the slightly insulting and condescending clickbaity title, this is a handy run-down of eight browser features with good support:
- extra arguments in
addEventListener(), scrollTo(),- extra arguments in
setTimeout()andsetInterval(), - the
defaultCheckedproperty for checkboxes, normalize()andwholeTextfor strings of text,insertAdjacentElement()andinsertAdjacentText(),event.detail, andscrollHeightandscrollWidth.