You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2020. It is now read-only.
I had no strong reasons for not including the constructor, it the was the general rule: "do not write code you won't use".
If there is a webapi rule "constructors are exposed by default", I am happy to implement it.
Yes, there is a general rule that constructors should be available unless there's good reasons to avoid them (for example, if a valid object requires private browser state, which the user can't reasonably access).
ResizeObserverEntry constructor should not be publicly accessible.
https://bugs.chromium.org/p/chromium/issues/detail?id=674520
The text was updated successfully, but these errors were encountered: