Table of Contents

Class PromisePrototype

Namespace
CSharpToJavaScript.APIs.JS.Ecma
Assembly
CSharpToJavaScript.dll
[To("FirstCharToLowerCase")]
public class PromisePrototype : FunctionPrototype
Inheritance
PromisePrototype
Derived
Inherited Members

Constructors

PromisePrototype()

public PromisePrototype()

Methods

Catch(Action)

public Promise Catch(Action onRejected)

Parameters

onRejected Action

Returns

Promise

Finally(Action)

public Promise Finally(Action onFinally)

Parameters

onFinally Action

Returns

Promise

Then(Action, Action?)

public Promise Then(Action onFulfilled, Action? onRejected = null)

Parameters

onFulfilled Action
onRejected Action

Returns

Promise