Find
C
ase-sensitive
R
egexp search
Path
Showing
4cbe9648
from
2026-04-06
:
Bug
2029319
- Fix intermittent shared tabs intent verification due to non-deterministic ordering in shareTabsFromTabsTrayTest r=ajoltan
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
-