AsyncGeneratorFunctionConstructor

@native @JSType trait AsyncGeneratorFunctionConstructor extends StObject with Instantiable1[String, AsyncGeneratorFunction]
trait Instantiable1[String, AsyncGeneratorFunction]
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(args: String*): AsyncGeneratorFunction

Creates a new AsyncGenerator function.

Creates a new AsyncGenerator function.

Value Params
args

A list of arguments the function accepts.

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

val length: Double

The length of the arguments.

The length of the arguments.

val name: String

Returns the name of the function.

Returns the name of the function.