- From: <bugzilla@jessica.w3.org>
- Date: Wed, 28 May 2014 08:45:02 +0000
- To: public-html-bugzilla@w3.org
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