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
onRejectedAction
Returns
Finally(Action)
public Promise Finally(Action onFinally)
Parameters
onFinallyAction
Returns
Then(Action, Action?)
public Promise Then(Action onFulfilled, Action? onRejected = null)