Join Slack
Powered by
What's the cheatsheet to know which alternatives o...
# javascript
c
CLOVIS
07/24/2024, 3:03 PM
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
2
Views
Open in Slack
Previous
Next