(code: {
compatibilityDate: string;
compatibilityFlags?: string[];
limits?: { cpuMs?: number };
mainModule: string;
modules: Record<string, string | { js?: string }>;
globalOutbound?: Fetcher | null;
})
| 69 | |
| 70 | export interface WorkspaceRuntimeLoader { |
| 71 | load(code: { |
| 72 | compatibilityDate: string; |
| 73 | compatibilityFlags?: string[]; |
| 74 | limits?: { cpuMs?: number }; |
no outgoing calls
no test coverage detected