-
The support situation for
Element.computedStyleMap()
isn't great yet (developer.mozilla.org/en-US/docs/Web/API/Element/computedStyleMap), but what I just learned from @Rumyra's ace article css-tricks.com/the-typed-object-model/ is that—unlikeWindow.getComputedStyle()
—it doesn't force relayout. That's progress on so many levels! 🎊