Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ addModule
Method
addModule
test/configCases/worker/worklet/index.js:170–174 ·
view source on GitHub ↗
(url)
Source
from the content-addressed store, hash-verified
168
constructor() {
169
this.audioWorklet = {
170
addModule(url) {
171
workletURL = url.toString();
172
173
return
undefined;
174
}
175
}
176
}
177
}
Callers
4
index.js
File · 0.45
index.js
File · 0.45
index.js
File · 0.45
webpack.config.js
File · 0.45
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected