Re: [heycam/webidl] Some things do not seem sound in “react to a Promise<T>” (#943)

> Remove the `<T>` from promise types entirely. It seems this better matches implementations.

Hi, sorry for jumping into a rather technical discussion about things over my head, but I'd wager promises are predominantly output-to-JS, not input-from-ES, so I'm not convinced the value of `<T>` should hang in the balance over problems in the latter category.

In my view `Promise<T>` has normative value in declaring API outputs that user agents MUST implement even if WebIDL tools can't enforce anything about them. I'm very thankful that they exist.🙏 ❤️ See https://github.com/heycam/webidl/issues/951#issuecomment-767915892.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/943#issuecomment-767930245

Received on Wednesday, 27 January 2021 00:49:48 UTC