Articles tagged: Workers
Found 48 documents
- Mozilla/ChromeWorkers To complement the open Web Worker functionality, Mozilla has introduced the ChromeWorker ...
- Mozilla/ChromeWorkers/Chrome_Worker_Modules The preferred way to define and load modules for Chrome Workers is to use the Chrome Worker ...
- Mozilla/JavaScript_code_modules/PromiseWorker.jsm A PromiseWorker is a ChromeWorker except instead of calling postMessage() to send a message, you ...
- Mozilla/JavaScript_code_modules/Using_workers_in_JavaScript_code_modules You can do so by using ChromeWorker instead of the standard Worker object. It works exactly like ...
- Mozilla/Tech/XPCOM/Reference/Interface/NsIAbstractWorker
- Mozilla/Tech/XPCOM/Reference/Interface/NsIWorker For usage details, see worker and the article Using DOM workers.
- Mozilla/Tech/XPCOM/Reference/Interface/nsIWorkerFactory Implemented by: threads/workerfactory;1. To create an instance, use:
- Mozilla/Tech/XPCOM/Reference/Interface/NsIWorkerGlobalScope
- Mozilla/Tech/XPCOM/Reference/Interface/NsIWorkerMessageEvent Initializes the message event.
- Mozilla/Tech/XPCOM/Reference/Interface/NsIWorkerMessagePort Posts a message into the event queue.
- Mozilla/Tech/XPCOM/Reference/Interface/NsIWorkerScope Allows the worker to terminate itself. If a listener has been established by setting the value ...
- Using_workers_in_extensions This article shows you how to use worker threads in extensions to perform tasks in the ...
- Web/API/AbstractWorker/onerror The AbstractWorker.onerror property of the AbstractWorker interface represents an EventHandler, ...
- Web/API/ChromeWorker If you're developing privileged code, and would like to create a worker that can use js-ctypes ...
- Web/API/Clients The Clients interface of the Service Workers API represents a container for a list of Client ...
- Web/API/DedicatedWorkerGlobalScope The DedicatedWorkerGlobalScope object (the Worker global scope) is accessible through the self ...
- Web/API/ExtendableEvent The ExtendableEvent interface extends the lifetime of the install and activate events dispatched ...
- Web/API/FetchEvent The parameter passed into the ServiceWorkerGlobalScope.onfetch handler, FetchEvent represents a ...
- Web/API/FetchEvent/client The FetchEvent.client read-only property returns the Client that the current service worker is ...
- Web/API/FetchEvent/isReload The isReload read-only property of the FetchEvent interface returns true if the event was ...
- Web/API/FetchEvent/request The request read-only property of the FetchEvent interface returns the Request that triggered ...
- Web/API/FetchEvent/respondWith The respondWith() method of the FetchEvent interface is intended for containing code that ...
- Web/API/FetchEvent_clone The InstallEvent interface represents an install action that is dispatched on the ...
- Web/API/ImageBitmapFactories The ImageBitmapFactories mixin interface contains utility methods to create an ImageBitmap. ...
- Web/API/InstallEvent The parameter passed into the oninstall handler, the InstallEvent interface represents an ...
- Web/API/NavigatorConcurrentHardware The NavigatorConcurrentHardware mixin adds to the Navigator interface features which allow Web ...
- Web/API/PeriodicSyncEvent The parameter passed into the sync handler, the PeriodicSyncEvent interface represents a ...
- Web/API/PromiseRejection This object provides information about a Promise that has been rejected.
- Web/API/PushEvent The PushEvent interface of the Push API represents a push message that has been received. This ...
- Web/API/ServiceWorker The ServiceWorker interface of the ServiceWorker API provides a reference to a service worker. ...
- Web/API/ServiceWorkerContainer The ServiceWorkerContainer interface of the ServiceWorker API provides an object representing ...
- Web/API/ServiceWorkerGlobalScope The ServiceWorkerGlobalScope interface of the ServiceWorker API represents the global execution ...
- Web/API/ServiceWorkerGlobalScope/onactivate The onactivate property of the ServiceWorkerGlobalScope interface is an event handler fired ...
- Web/API/ServiceWorkerGlobalScope/onfetch The onfetch property of the ServiceWorkerGlobalScope interface is an event handler fired ...
- Web/API/ServiceWorkerGlobalScope/onmessage The ServiceWorkerGlobalScope.onmessage event of the ServiceWorkerGlobalScope interface is called ...
- Web/API/ServiceWorkerMessageEvent The ServiceWorkerMessageEvent interface of the ServiceWorker API contains information about an ...
- Web/API/ServiceWorkerRegistration The ServiceWorkerRegistration interface of the ServiceWorker API represents the service worker ...
- Web/API/Service_Worker_API A service worker is an event-driven worker registered against an origin and a path. It takes the ...
- Web/API/Service_Worker_API/Using_Service_Workers One overriding problem that web users have suffered with for years is loss of connectivity. The ...
- Web/API/SharedWorker The SharedWorker interface represents a specific kind of worker that can be accessed from ...
- Web/API/SyncEvent The SyncEvent interface represents a sync action that is dispatched on the ...
- Web/API/Web_Workers_API Web Workers are a mechanism by which a script operation can be made to run in a background ...
- Web/API/Web_Workers_API/Using_web_workers A worker is an object created using a constructor (e.g. Worker()) that runs a named JavaScript ...
- Web/API/WindowTimers WindowTimers is a mixin used to provide utility methods which set and clear timers. No objects ...
- Web/API/Worker The Worker interface of the Web Workers API represents a background task that can be easily ...
- Web/API/WorkerGlobalScope The WorkerGlobalScope interface of the Web Workers API is an interface representing the scope of ...
- Web/API/WorkerNavigator The WorkerNavigator interface represents a subset of the Navigator interface allowed to be ...
- Web/API/WorkerNavigator/permissions The WorkerNavigator.permissions read-only property returns a Permissions object that can be used ...