Liking cljdoc? Tell your friends :D

js.AsyncFunction

The AsyncFunction constructor creates a new async function In JavaScript every asynchronous function is actually an AsyncFunction

The AsyncFunction constructor creates a new `async function`
In JavaScript every asynchronous function is actually an AsyncFunction
raw docstring

lengthcljs

(length this)

Property.

The AsyncFunction constructor's length property whose value is

Property.

The AsyncFunction constructor's length property whose value is
sourceraw docstring

prototypecljs

(prototype this)

Property.

The AsyncFunction.prototype property represents the js.AsyncFunction object.

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AsyncFunction/prototype

Property.

The AsyncFunction.prototype property represents the `js.AsyncFunction`
object.

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AsyncFunction/prototype`
sourceraw docstring

set-length!cljs

(set-length! this val)

Property.

The AsyncFunction constructor's length property whose value is

Property.

The AsyncFunction constructor's length property whose value is
sourceraw docstring

set-prototype!cljs

(set-prototype! this val)

Property.

The AsyncFunction.prototype property represents the js.AsyncFunction object.

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AsyncFunction/prototype

Property.

The AsyncFunction.prototype property represents the `js.AsyncFunction`
object.

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AsyncFunction/prototype`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close