Re: [heycam/webidl] non-readonly [FrozenArray] attributes are footguns as currently specced (#810)

> 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