File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 2828 * * Extensions performing large compute tasks should create their own worker and may use easy util methods in
2929 * [worker/WorkerComm](../WorkerComm) to communicate with the web worker.
3030 *
31- * ## Import
32- * @example
33- * ```js
34- * // usage within extensions:
35- * const IndexingWorker = brackets.getModule("worker/IndexingWorker");
36- * ```
3731 * ## Extending the indexing worker
3832 * You can add your own custom scripts to the indexing worker by following the below example. Suppose you have an
3933 * extension folder with the following structure:
Original file line number Diff line number Diff line change 2424 * WorkerComm provides util methods to communicate between web workers and Phoenix.
2525 * This module can be loaded from within web-workers and a phoenix extension that loads the web-worker.
2626 *
27- * ## Import
2827 * ### Creating a WebWorker from your extension and attaching `WorkerComm` to it.
2928 * See an example extension code below that creates its own web worker and uses `WorkerComm` for communication.
3029 * @example
You can’t perform that action at this time.
0 commit comments