[webkit-dev] Issues with Workers

tali garsiel tgarsiel at gmail.com
Mon Sep 28 10:10:32 PDT 2009


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