Create a transport for code running inside the worker global scope.
By default this wraps globalThis; pass a scope-like object for tests. Closing calls scope.close() when the worker global exposes it.
globalThis
scope.close()
Create a transport for code running inside the worker global scope.
By default this wraps
globalThis; pass a scope-like object for tests. Closing callsscope.close()when the worker global exposes it.