A first pass could just handle anything that can serialize to JSON.  I
believe this is more or less what FireFox supports at the moment and gets
you half the way there.

On Mon, Sep 28, 2009 at 1:37 PM, Drew Wilson <atwil...@google.com> wrote:

> There is this:
> https://bugs.webkit.org/show_bug.cgi?id=22878
>
> The issue extends beyond workers - it's anything that supports the
> postMessage() API (window objects, MessagePorts).
>
> As was pointed out previously, there have been some design discussions in
> this area, but I haven't seen any patches yet (and since serialization is
> closely tied to the JS VM on each platform, we will undoubtedly need to have
> two implementations - one for JSC and one for V8).
>
> -atw
>
> On Mon, Sep 28, 2009 at 1:15 PM, Mark Rowe <mr...@apple.com> wrote:
>
>>
>> On 2009-09-28, at 10:23, Chris Campbell wrote:
>>
>>  Hi Tali,
>>>
>>> Regarding event.data, there is a chromium issue filed for this here:
>>> http://crbug.com/21299
>>>
>>
>> Given that this would seem to be an issue at the WebKit level, is there a
>> bug in WebKit bug about this issue?
>>
>> - Mark
>>
>>
>> _______________________________________________
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>>
>>
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
>
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to