Is it just me, or is console.log() too much to ask for from HTML5 web workers?
console.log()
I know that manipulating the DOM is blocked because it is potentially dan
Agreed things would be a lot nicer, but it's not too hard to hack up a primitive console.log using postMessage. David Flanagan has a nice wrapper here.
console.log
postMessage