- From: Edgar Chen <notifications@github.com>
- Date: Mon, 18 Oct 2021 12:22:50 -0700
- To: whatwg/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 18 October 2021 19:23:02 UTC
And per https://webidl.spec.whatwg.org/#idl-observable-array > Observable array types must only be used as the type of regular attributes defined on an interface so it is disallowed to be an inner type of sequence, record, FrozenArray, and Promise. If we could make ObservableArray not a `DistinguishableType`, but maybe a separate type just for regular attributes, we could handle the restriction in grammar level, which could make the parser implementation a bit simpler. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/webidl/issues/999#issuecomment-946090345
Received on Monday, 18 October 2021 19:23:02 UTC