Packages

package node

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. node
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package anon
  2. package childProcessMod
  3. package cryptoMod
  4. package dnsMod
  5. package fsMod
  6. package netMod
  7. package tlsMod

Type Members

  1. trait AbortSignal extends Object with StObject

    A signal object that allows you to communicate with a DOM request (such as a Fetch) and abort it if required via an AbortController object.

    A signal object that allows you to communicate with a DOM request (such as a Fetch) and abort it if required via an AbortController object.

    Annotations
    @JSType() @native()
  2. type BigInt64Array = RelativeIndexable[BigInt]
  3. type BigUint64Array = RelativeIndexable[BigInt]
  4. trait Blob extends Object with StObject
    Annotations
    @JSType() @native()
  5. trait RelativeIndexable[T] extends Object with StObject
    Annotations
    @JSType() @native()

Value Members

  1. object AbortSignal
  2. object NodeJS
  3. object RelativeIndexable
  4. object bufferMod
  5. object eventsMod
  6. object fsPromisesMod
  7. object httpMod
  8. object httpsMod
  9. object nodeBooleans
  10. object nodeBufferMod
  11. object nodeCryptoMod
  12. object nodeFsMod
  13. object nodeHttpMod
  14. object nodeNetMod
  15. object nodeStreamMod
  16. object nodeStrings
  17. object nodeTlsMod
  18. object nodeUrlMod
  19. object streamMod
  20. object urlMod
  21. object utilMod
  22. object workerThreadsMod
  23. object zlibMod

Inherited from AnyRef

Inherited from Any

Ungrouped