What's the cheatsheet to know which alternatives o...
# javascript
c
What's the cheatsheet to know which alternatives of DOM APIs we should use? I have a Compose HTML component, I use its ref to get
org.w3c.dom.HTMLDivElement
, I want to observe it with
ResizeObserver
, but that expects a
web.dom.Element
, which appears to be a completely different hierarchy