Hello, I'm using WorkerPool, my worker works quite well ; but it seems that the following shortcut isn't working at all in workers : *if (myvar)* for *if (typeof myvar!='undefined')*
Indeed, I get the undefined exception when I write
*if (console) {console.debug("xxx")}*
Which parts of javascript aren't supported in WorkerPool ??
