Service Worker - 在前端处理错误

Service worker - handling errors on the front end

我正在寻找处理来自前端服务人员的错误。 我看到了这个问题 - How to do proper Error Handling using Web Workers?

我尝试了 onerror - 我尝试使用来自 service worker 的 post 消息并在前端监听它。我试着听一个错误。我找不到在前端脚本中再次获取消息的方法。

最后我找到了广播频道API。这非常适合来回发送消息

https://developer.mozilla.org/en-US/docs/Web/API/Broadcast_Channel_API