object NodeJS
- Source
- NodeJS.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NodeJS
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type ArrayBufferView = |[TypedArray, DataView]
- trait CallSite extends Object with StObject
- Annotations
- @JSType() @native()
- type Dict[T] = StringDictionary[UndefOr[T]]
- trait ErrnoException extends Object with StObject with Error
- Annotations
- @JSType() @native()
- trait Module extends Object with StObject
- Annotations
- @JSType() @native()
- type ReadOnlyDict[T] = StringDictionary[UndefOr[T]]
- trait ReadWriteStream extends Object with StObject with ReadableStream with WritableStream
- Annotations
- @JSType() @native()
- trait ReadableStream extends Object with StObject with EventEmitter
- Annotations
- @JSType() @native()
- trait RefCounted extends Object with StObject
- Annotations
- @JSType() @native()
- trait Require extends Object with StObject
- Annotations
- @JSType() @native()
- trait RequireExtensions extends Object with StObject with Dict[Function2[Module, java.lang.String, Any]]
- Annotations
- @JSType() @native()
- trait RequireResolve extends Object with StObject
- Annotations
- @JSType() @native()
- type TypedArray = |[|[|[|[|[|[|[|[|[|[Uint8Array, Uint8ClampedArray], Uint16Array], Uint32Array], Int8Array], Int16Array], Int32Array], BigUint64Array], BigInt64Array], Float32Array], Float64Array]
- trait WritableStream extends Object with StObject with EventEmitter
- Annotations
- @JSType() @native()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object CallSite
- object ErrnoException
- object Module
- object RefCounted
- object RequireExtensions
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated