Re: [whatwg/webidl] Add distinguishable state for cb and dictionary-like (PR #1353)

@vmpstr commented on this pull request.



> +        1.  A [=callback function=] that does not have
+            [{{LegacyTreatNonObjectAsNull}}] extended attribute is
+            distinguishable from a dictionary-like category object based on
+            whether the object is [=ECMAScript/callable=]. When selecting a

I understand that the ECMAScript value is the ting that can be Callable, and it seems that at least the union resolution will convert a Callable ECMAScript value to a callable type. Otherwise, it will convert it to a dictionary-like type?

I'm not sure what you mean about a full stop separating things though.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/webidl/pull/1353#discussion_r1300478316
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/webidl/pull/1353/review/1587604328@github.com>

Received on Monday, 21 August 2023 18:11:25 UTC