`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 還沒有評估資料。