- From: Raphael Kubo da Costa <notifications@github.com>
- Date: Tue, 30 Apr 2024 07:25:37 -0700
- To: whatwg/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 30 April 2024 14:25:41 UTC
> I'd also double check you really want `FrozenArray`. It uses rather dubious ES5 semantics and not as much is frozen as the name might lead you to believe. Generally I'd try to design APIs differently as to not require that. My uninformed guess is that at least some of the specs use it as a way to make an attribute return some sort of array, as `sequence<T>` cannot be used as an attribute type. Do you mean reworking APIs so that they don't return make attribute getters return sequences or using a different type to represent the same thing? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/webidl/issues/1402#issuecomment-2085471520 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/webidl/issues/1402/2085471520@github.com>
Received on Tuesday, 30 April 2024 14:25:41 UTC