Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/workers_router/index.ts>WorkerRouter#useExternal

A router for Worker Runtimes such and Cloudflare Workers or Service Workers.
Latest
method WorkerRouter.prototype.useExternal
Deprecated
Deprecated

Might change name/API

import { WorkerRouter } from "https://deno.land/x/workers_router@v0.3.0-pre.6/index.ts";

See .external and .use.

Parameters

init: string | URLPatternInit
subRouter: WorkerRouter<Y>