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

Documentation / Reference





Discover More
Windows Internet Properties Proxy
HTTP - Forward Proxy

A forward proxy is a proxy application that is configured to intercept and forward every internal Http request to an destination website, hence the name Forward Proxy. It's also known as man-in-the-middle...
Puppeteer Architecture
Headless browser - Puppeteer

Puppeteer is a Node library that provides a high-level API over Chrome or Chromium (ie headless chrome) Puppeteer communicate with the browser via the DevTools Protocol API The Puppeteer API is hierarchical...
Progressive Web Application (PWA)

A is a regular website that take advantage of modern browser functionality to augment the web experience progressively until you get a native look and feel application. Its name comes from the context...
Service Worker Modifies Http Request Response
What is a service worker ?

A service worker is a browser javascript application that can proxy HTTP request adding capability such as offline / cache and request processing. This article acts as a cheatsheet on service worker.



Share this page:
Follow us:
Task Runner