- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 03 Oct 2019 02:05:07 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 3 October 2019 09:05:29 UTC
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