Open main menu

CDOT Wiki β

Changes

DPS921/Web Worker API

533 bytes added, 16:49, 30 November 2020
Overview
== Overview ==
<p>
Web Workers API, as specified in the HTML Living Standard, is an application programming interface that defines specifications for running scripts in the background independently of any user interface scripts. There is a number of interfaces defined in the Web Workers API, but we will mainly focus on the following two: shared and dedicated workers. Both of them inherit from the WorkerGlobalScope, which represents the generic scope of any worker, which primarily does the same thing as Window in the normal web content.
</p>
== Dedicated Worker ==
50
edits