Articles tagged: Worker
Found 6 documents
- Web/API/NavigatorConcurrentHardware/hardwareConcurrency The NavigatorConcurrentHardware.hardwareConcurrency read-only property returns the number of ...
- Web/API/Worker The Worker interface of the Web Workers API represents a background task that can be easily ...
- Web/API/Worker/onmessage The onmessage property of the Worker interface represents an EventHandler, that is a function to ...
- Web/API/Worker/postMessage The postMessage() method of the Worker interface sends a message to the worker's inner scope. ...
- Web/API/Worker/terminate The terminate() method of the Worker interface immediately terminates the Worker. This does not ...
- Web/API/Worker/Worker The Worker() constructor creates a Worker object that executes the script at the specified URL. ...