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

I like the extended attribute idea. Something like (not entirely sure about placement of extended attributes, forgive me):
```idl
[Cached] attribute [FrozenArray] sequence<Item> arr;
```
(With [Cached] from #212. And [FrozenArray] can only be used if [Cached] is used or if it's a method, and the type is a sequence.)

-- 
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-537857414

Received on Thursday, 3 October 2019 09:05:29 UTC