helper.js |
eslint-env amd |
3862 |
moz.build |
|
459 |
tests |
|
|
worker.sys.mjs |
Creates a wrapper around a ChromeWorker, providing easy
communication to offload demanding tasks. The corresponding URL
must implement the interface provided by `devtools/shared/worker/helper`.
@param {string} url
The URL of the worker.
@param Object opts
An option with the following optional fields:
- name: a name that will be printed with logs
- verbose: log incoming and outgoing messages
|
4736 |