Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/QwikDev/partytown
/ WorkerWindow
Interface
WorkerWindow
src/lib/types.ts:782–784 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
780
}
781
782
export
interface
WorkerWindow extends WorkerInstance {
783
[key: string]: any;
784
}
785
786
export
interface
WorkerNodeConstructors {
787
[tagName: string]: WorkerConstructor;
Callers
nothing calls this directly
Implementers
1
src/lib/web-worker/worker-window.ts
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…