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
defaultChecked
property for checkboxes, normalize()
andwholeText
for strings of text,insertAdjacentElement()
andinsertAdjacentText()
,event.detail
, andscrollHeight
andscrollWidth
.