Skip to main content
Module

x/kyuko/dev_deps.ts>createWorker

Fast and easy http framework for Deno Deploy 🦕
Latest
function createWorker
import { createWorker } from "https://deno.land/x/kyuko@v0.6.3/dev_deps.ts";

Create a web worker which runs the provided module and its dependencies in a Deploy-like environment, and returns an API to interact with the loaded program.

Parameters

specifier: string | URL
optional
options: DeployOptions = [UNSUPPORTED]