Skip to main content
Module

x/live/deps.ts>WorkflowContext#fetch

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Very Popular
Go to Latest
method WorkflowContext.prototype.fetch
Re-export
import { WorkflowContext } from "https://deno.land/x/live@1.60.20/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"]