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
I don’t think there are any other specs that use the (undefined or X) union style to express an optional return value, but there are plenty of specs that use X?, e.g. DataTransferItem.getAsFile()
The text was updated successfully, but these errors were encountered:
j-f1
changed the title
[css-typed-om] StylePropertyMapReadOnly.get return value should be nullable
[css-typed-om] StylePropertyMapReadOnly.get return type should be nullable
May 8, 2023
Spec section: https://drafts.css-houdini.org/css-typed-om/#the-stylepropertymap
Current implementation:
I think this should be:
I don’t think there are any other specs that use the
(undefined or X)
union style to express an optional return value, but there are plenty of specs that useX?
, e.g.DataTransferItem.getAsFile()
The text was updated successfully, but these errors were encountered: