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

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Go to Latest
method InvokeAwaiter.prototype.then
import { InvokeAwaiter } from "https://deno.land/x/live@1.57.0/clients/proxy.ts";

Type Parameters

TResult1
optional
TResult2 = TResult1

Parameters

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