HTML5 - HTML5 Web Development Practice Test
HTML5 HTML5 Web Workers
What is the primary purpose of HTML5 Web Workers?
Select your answer
A
To run JavaScript in a background thread without blocking the main UI thread
B
To load external CSS stylesheets asynchronously
C
To create animated graphics on a canvas element
D
To store large amounts of data in the browser cache
Hint