Changes

Jump to: navigation, search

DPS921/Web Worker API

124 bytes added, 16:53, 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. The first iteration of the ''Web Workers API'' standard was initially presented in 2010 with ''HTML5''. There is a number of interfaces defined in the ''Web Workers API'', but we will mainly focus on the following two: shared ''Shared'' and dedicated ''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>
50
edits

Navigation menu