Changes

Jump to: navigation, search

DPS921/Web Worker API

410 bytes added, 04:36, 5 December 2020
Chrome Worker
=== Chrome Worker ===
 
This type of Web Worker allows the developer to write privileged codes by giving them accesses to low-level functions. Specifically, the worker gives us access to [https://developer.mozilla.org/en-US/docs/Mozilla/js-ctypes js-ctypes] that allows an application to extend or call native codes written in C or C++.
 
This feature is not standardized and might be or already have been removed from many browsers.
= References =

Navigation menu