web worker console.log

前端 未结 2 839
面向向阳花
面向向阳花 2020-12-10 10:16

Is it just me, or is console.log() too much to ask for from HTML5 web workers?

I know that manipulating the DOM is blocked because it is potentially dan

2条回答
  •  眼角桃花
    2020-12-10 10:35

    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.

提交回复
热议问题