Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

Type Parameters

TResult1
optional
TResult2 = TResult1

Parameters

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