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

x/live/clients/proxy.ts>InvokeAwaiter#then

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
method InvokeAwaiter.prototype.then
import { InvokeAwaiter } from "https://deno.land/x/live@1.74.1/clients/proxy.ts";

Type Parameters

TResult1
optional
TResult2 = TResult1

Parameters

optional
onfufilled: Fulfilled<InvokeResult<Invoke<TManifest, TInvocableKey, TFuncSelector>, TManifest>, TResult1>
optional
onrejected: Rejected<TResult2>