Skip to main content
Module

x/live/mod.web.ts>InvokeAwaiter#then

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

Type Parameters

TResult1
optional
TResult2 = TResult1

Parameters

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