Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ index.js
File
index.js
test/configCases/module/issue-17014-webworker/index.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
it(
"should work"
,
async
() => {
2
const
worker =
new
Worker(
new
URL(
"./worker.js"
,
import
.meta.url), {
3
type
:
"module"
4
});
Callers
nothing calls this directly
Calls
4
resolve
Function · 0.85
postMessage
Method · 0.80
terminate
Method · 0.80
it
Function · 0.50
Tested by
no test coverage detected