Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
next
Function · 0.80
worker.js
File · 0.80
compute.js
File · 0.80
worker.js
File · 0.80
index.js
File · 0.80
worker.js
File · 0.80
worker.js
File · 0.80
index.js
File · 0.80
index.js
File · 0.80
worker.js
File · 0.80
index.js
File · 0.80
index.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected