收藏
回答

小游戏开发工具中 worker 使用 setTimeout 出错

操作系统 工具版本
Windows 1.02.1801081

在实机测试没有问题,只在开发者工具中报错,经测macOS端开发者工具也是一样情况。


worker中的代码 :


var test = function(){

console.log("timeout tick");

}

setTimeout(test,1000);


开发者工具console信息

VM32:3 Uncaught ReferenceError: Reporter is not defined

    at setTimeout (eval at self.onmessage.event (weixinworker.js:6), <anonymous>:3:10423)

    at eval (eval at self.onmessage.event (weixinworker.js:6), <anonymous>:8:1)

    at require (eval at self.onmessage.event (weixinworker.js:6), <anonymous>:3:24484)

    at o (eval at self.onmessage.event (weixinworker.js:6), <anonymous>:3:23372)

    at eval (eval at self.onmessage.event (weixinworker.js:6), <anonymous>:3:13744)

    at eval (eval at self.onmessage.event (weixinworker.js:6), <anonymous>:1:3789)

    at Array.forEach (<anonymous>)

    at Object.h (eval at self.onmessage.event (weixinworker.js:6), <anonymous>:1:3747)

    at self.onmessage.event (weixinworker.js:10)



回答关注问题邀请回答
收藏

3 个回答

  • Special
    Special
    2018-01-12

    多谢反馈,并不是 setTimeout 在工具中不可用,而是我们内部逻辑的报错,目前已定位到问题,我们下个版本修复一下

    2018-01-12
    有用
    回复
  • 赫麟
    赫麟
    2018-04-11

    我这里还是报这个做,代码类似,这个Reporter是指什么呢?

    2018-04-11
    有用
    回复
  • Harrison-哈里森
    Harrison-哈里森
    2018-01-12

    太感谢了,期待更新。

    2018-01-12
    有用
    回复
登录 后发表内容