Table of Contents

Browser - Worker (Javascript)

About

Web Workers makes it possible to run a script operation in a background thread separate from the main execution thread of a web application.

They are part of the web api (ie browser api)

Same as workers ?

Type

Documentation / Reference