- From: Boris Zbarsky <notifications@github.com>
- Date: Thu, 03 Oct 2019 08:36:05 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 3 October 2019 15:36:27 UTC
> Eliminating FrozenArray would syntactically allow `sequence<>` in attributes, For what it's worth, Gecko's parser allows `sequence<>` in attributes _only_ if `[Cached]` is used. There's no problem with non-frozen sequence-typed attributes per se; there's a problem with non-cached ones, since you'd get a new value on each get... -- 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/810#issuecomment-537999275
Received on Thursday, 3 October 2019 15:36:27 UTC