Skip to content

james-brattin/web-workers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Web Workers

Netlify Status

Static page for playing with web workers. Specifically, the nuances of service workers.

A service worker is being used to cache static assets so that the page works offline.

Also, a single worker is being used to do a calculation on a non-UI thread. Just for learning purposes.