MCPcopy
hub / github.com/webpack/webpack / postMessage

Method postMessage

test/helpers/createFakeWorker.js:163–165  ·  view source on GitHub ↗
(/** @type {unknown} */ data)

Source from the content-addressed store, hash-verified

161 }
162
163 postMessage(/** @type {unknown} */ data) {
164 this.worker.postMessage(data);
165 }
166
167 terminate() {
168 this._terminated = true;

Callers 15

nextFunction · 0.80
worker.jsFile · 0.80
compute.jsFile · 0.80
worker.jsFile · 0.80
index.jsFile · 0.80
worker.jsFile · 0.80
worker.jsFile · 0.80
index.jsFile · 0.80
index.jsFile · 0.80
worker.jsFile · 0.80
index.jsFile · 0.80
index.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected