High-performance Web Worker messages

added by JavaScript Kicks
2/29/2016 1:56:03 PM

824 Views

In recent posts and talks, I've explored how Web Workers can vastly improve the responsiveness of a web application, by moving work off the UI thread and thereby reducing DOM-blocking. In this post, I'll delve a bit more deeply into the performance characteristics of postMessage(), which is the primary interface for communicating with Web Workers....


0 comments