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
(length this)
Property.
The AsyncFunction constructor's length property whose value is
Property. The AsyncFunction constructor's length property whose value is
(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`
(set-length! this val)
Property.
The AsyncFunction constructor's length property whose value is
Property. The AsyncFunction constructor's length property whose value is
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close