`Thread.errors` not behaving as expected
未关闭
documentation
- 主要语言
- TypeScript
- 星标
- 3.5k
- 派生
- 173
- PR 合并指标
- 30 天内没有已合并 PR
描述
Uncaught errors in a worker are not communicated to the `Thread.errors` observable on the main thread. Here is an existing threads.js example on Codesandbox, modified to throw an error in a worker and subscribe to errors on the main thread:
https://codesandbox.io/s/threadsjs-particles-forked-tgqpv?file=/src/worker.js
see line 16 of `worker.js` for the thrown error
see line 57 of `index.js` for the `Thread.errors` observable, which isn't receiving events.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。