Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在学习 PWA(渐进式 Web 应用程序)。我正在使用后台同步进行离线操作和操作。因此,当互联网恢复时,服务人员对服务器执行该操作。
我的问题是如何处理我们在反向同步服务器请求时遇到的错误。处理这种情况的最佳方法是什么?