Browser - Worker (Javascript)

Browser

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

  • Service Worker - A service worker is a proxy that can cache, intercept and modify http request.
  • ….

Documentation / Reference







Share this page:
Follow us:
Task Runner