Dispatch a call made through a host-installed reserved ws:* module.
(
method: string,
args: WorkspaceRuntimeValue[],
context?: { signal: AbortSignal; deadline: number },
)
| 7 | export interface WorkspaceTrustedModule { |
| 8 | /** Dispatch a call made through a host-installed reserved ws:* module. */ |
| 9 | call( |
| 10 | method: string, |
| 11 | args: WorkspaceRuntimeValue[], |
| 12 | context?: { signal: AbortSignal; deadline: number }, |
no outgoing calls