
Lynda.com- HTML5 -Background Processes with Web Workers (Size: 145.95 MB)
n this course, author Bill Weinman describes how to perform background processing using the Web Workers API in HTML5. Web workers provide background processing for javascript, keeping pages responsive while allowing your scripts to run independently. The course demonstrates practical examples for detecting web workers support, setting up workers, implementing shared workers, and handling errors. Are exercise Files included with the course. Topics include: Deploying a worker Detecting browser Support Communicating with Workers Understanding API Differences in Shared Workers



