Skip to content

Topic

Web workers

Browser threads that run scripts off the main thread and communicate with the page by message passing, optionally transferring buffers instead of copying them.

Current clusters