MCPcopy
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.jsFile · 0.45
index.jsFile · 0.45
index.jsFile · 0.45
webpack.config.jsFile · 0.45

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected