Open
Description
Summary
getComputedStyle
should return CSSStyleProperties
(instead of CSSStyleDeclaration
)
Expected vs. Actual Behavior
Expected - CSSStyleProperties
Actual - CSSStyleDeclaration
Playground Link
No response
Browser Support
- This API is supported in at least two major browser engines (not two Chromium-based browsers).
Have Tried The Latest Releases
- This issue applies to the latest release of TypeScript.
- This issue applies to the latest release of
@types/web
.
Additional Context
559c567 - commit, where CSSStyleProperties
was introduced
ElementCSSInlineStyle.style
property is also affected