[webkit-dev] Issues with Workers
Chris Campbell
chris.c at flock.com
Mon Sep 28 10:23:23 PDT 2009
Hi Tali,
Regarding event.data, there is a chromium issue filed for this here:
http://crbug.com/21299
And a recent architectural discussion on this mailing list:
https://lists.webkit.org/pipermail/webkit-dev/2009-September/009882.html
I haven't been able to make any progress on it lately due to being
sidetracked with other tasks, but I do hope to get back to it...
--Chris
On Mon, Sep 28, 2009 at 10:10 AM, tali garsiel <tgarsiel at gmail.com> wrote:
>
> Hi,
>
> There are two issues with workers that seem not compatible with the HTML5 spec.
> 1. Workers can't open the database ("openDatabase" doesn't work)
> 2. "event.data" is assumed to be a string and you cannot send a complex object.
>
> I checked it on Safari 4 and Chrome.
>
> Is it going to change? Firefox accepts an Object type.
>
> Tali
More information about the webkit-dev
mailing list