Find
C
ase-sensitive
R
egexp search
Path
Showing
81cd8625
:
Revert "Bug
2011449
- Part 4: Add documentation for newtab activation window mechanism. r=home-newtab-reviewers,nbarrett" for causing failures at activity-stream.css.
firefox-main
/
toolkit
/
components
/
promiseworker
/
worker
Navigation
Enable keyboard shortcuts
Name
Description
Size
Coverage
GeneratePromiseWorkerScript.py
2084
-
moz.build
714
-
PromiseWorker.template.worker.js
A wrapper around `self` with extended capabilities designed to simplify main thread-to-worker thread asynchronous function calls. This wrapper: - groups requests and responses as a method `post` that returns a `Promise`; - ensures that exceptions thrown on the worker thread are correctly serialized; - provides some utilities for benchmarking various operations. Generally, you should use PromiseWorker.js or PromiseWorker.mjs along with its main thread-side counterpart PromiseWorker.sys.mjs.
8572
-