Skip to main content
Module

x/deno/js/workers.ts>DenoWorkerOptions

A modern runtime for JavaScript and TypeScript.
Go to Latest
interface DenoWorkerOptions
implements WorkerOptions
import { type DenoWorkerOptions } from "https://deno.land/x/deno@v0.17.0/js/workers.ts";

Extended Deno Worker initialization options. noDenoNamespace hides global window.Deno namespace for spawned worker and nested workers spawned by it (default: false).

Properties

optional
noDenoNamespace: boolean