- From: Karl Tomlinson <notifications@github.com>
- Date: Thu, 03 Oct 2019 14:33:28 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 3 October 2019 21:33:50 UTC
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