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

Would [FrozenArray] and [Cached] extend to this?
```
callback MyCallback =
  void ( [Cached] [FrozenArray] sequence< [FrozenArray] sequence<Item> > parameter )
```

The desired behavior of [Cached] here is that the same ECMAScript Array is produced on sequence-to-ES conversion when the same sequence is passed for `parameter`, to avoid a copy each time.

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

Received on Thursday, 3 October 2019 21:33:50 UTC