Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/live/deps.ts>WorkflowContext#fetch

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Go to Latest
method WorkflowContext.prototype.fetch
Re-export
import { WorkflowContext } from "https://deno.land/x/live@1.61.0/deps.ts";

Executes the http request for the given context and args.

Parameters

url: string

the fetch url

optional
options: { body?: string; headers?: Record<string, string>; method?: string; }
optional
format: InvokeHttpEndpointCommand["responseFormat"]