| 74 | * IsolateContext implementation using Cloudflare Workers |
| 75 | */ |
| 76 | class CloudflareIsolateContext implements IsolateContext { |
| 77 | private readonly workerUrl: string |
| 78 | private readonly authorization?: string |
| 79 | private readonly timeout: number |
nothing calls this directly
no outgoing calls
no test coverage detected