ExportHandle
Defined in: packages/runtime/src/container/proxy.ts:161
Handle returned by exportFS — call dispose() to tear down the export.
Remarks
Section titled “Remarks”dispose() detaches the channel listener and closes every fd this
server handed out. Idempotent.
Methods
Section titled “Methods”dispose()
Section titled “dispose()”dispose():
void
Defined in: packages/runtime/src/container/proxy.ts:163
Detach onmessage, close all open fds this export issued. Idempotent.
Returns
Section titled “Returns”void