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.
我想知道使用 webworker 发出 ajax 请求是否比直接在 DOM 中发出 ajax 请求有任何优势。
通过在 webworkers 中发出 ajax 请求可以节省 APP 的性能。来自 DOM 的 ajax 请求会消耗应用程序的性能,并且有时可能会阻塞应用程序 UI。处理高计算的安全方法是在 webworker 中进行。