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