基础库报错的系统集中在 Windows 系统,基础库版本 99% 均为:2.19.2,还有一个是 2.16.1,是这两个基础库的 bug 吗?
小程序 worker API在Windows系统且基础库2.19.2 下报错,是基础库版本的问题吗?API 名称:createWorker,基础库版本:2.19.2、2.16.1 开发管理看的错误(基础库错误)日志: Cannot read property \'create\' of undefined TypeError: Cannot read property \'create\' of undefined at Object.create (<anonymous>:2:95477) at Object.create (<anonymous>:2:210769) at Object.lC (<anonymous>:2:2331896) at Object.t.<computed> [as createWorker] (<anonymous>:2:1172359) at Object.<anonymous> (<anonymous>:2:805833) at Object.<anonymous> (<anonymous>:2:2461155) at Object.<anonymous> (<anonymous>:2:2459374) at c (<anonymous>:2:113492) at Object.<anonymous> (<anonymous>:2:113846) at Object.initWorker (<anonymous>:10339:26388)
2021-12-06在微信后台也发现这个报错,请问题主解决了吗,或者知道如何解决这个问题 同时我这边还有在 Windows 系统上使用小程序报的 worker 的错误,用户基础库都高于最低要求了 Cannot read property \'create\' of undefined TypeError: Cannot read property \'create\' of undefined at Object.create (<anonymous>:2:95477) at Object.create (<anonymous>:2:210769) at Object.lC (<anonymous>:2:2331896) at Object.t.<computed> [as createWorker] (<anonymous>:2:1172457) at Object.<anonymous> (<anonymous>:2:805833) at Object.<anonymous> (<anonymous>:2:2461155) at Object.<anonymous> (<anonymous>:2:2459374) at c (<anonymous>:2:113492) at Object.<anonymous> (<anonymous>:2:113846) at Object.initWorker (<anonymous>:10339:26388)
小程序worker 报错 workerId of undefined ?VM665:1 SystemError (appServiceSDKScriptError) Cannot read property 'workerId' of undefined TypeError: Cannot read property 'workerId' of undefined 有没有大佬遇到过这个情况啊
2021-11-29