[Bug 25594] The read-only attribute usableKeyIds cannot be variable length

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25594

--- Comment #3 from Anne <annevk@annevk.nl> ---
The pattern we try to advocate people to use for now is return an object (as
IDL does not allow returning a sequence) and define in prose that you return a
JavaScript Array Object that represents a snapshot of the underlying data.
Whenever you update the underlying data, you also need to create a fresh
snapshot object. 

So you end up with two variables (underlying data, Array object) and an update
algorithm.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 28 May 2014 08:45:03 UTC