Ask a question to get started
Enter to send•Shift+Enter new line
AsyncDenoSandboxFactory: () => Promise<DenoSandbox>
Async factory function type for creating Deno Sandbox instances.
This is similar to BackendFactory but supports async creation, which is required for Deno Sandbox since initialization is async.