- From: Anne van Kesteren <annevk@opera.com>
- Date: Mon, 03 Aug 2009 19:51:05 +0200
On Mon, 03 Aug 2009 19:47:14 +0200, Maciej Stachowiak <mjs at apple.com> wrote: > I'd prefer to stick with JSONic object graphs for now. Correctly > cloning more complicated object structures is a fair bit more > complicated, so I'd like to get solid interop on the basic cases > first. Also, the idea is that postMessage() should be sending object > structures that are essentially pure data. JSON seems to capture > pretty well the idea of a pure data structure in JavaScript. Well, it doesn't cover e.g. ImageData, which postMessage() allows for, and which seems useful to have. (No informed opinion on allowing cycles.) -- Anne van Kesteren http://annevankesteren.nl/
Received on Monday, 3 August 2009 10:51:05 UTC