Packages

object global

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

Type Members

  1. class AbortController extends Object with StObject with node.AbortController
    Annotations
    @JSType() @JSGlobal("AbortController") @native()
  2. class AbortSignal extends Object with StObject with node.AbortSignal
    Annotations
    @JSType() @JSGlobal("AbortSignal") @native()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. def dirname: java.lang.String
    Annotations
    @JSGlobal("__dirname") @native()
  7. def dirname_=(x: java.lang.String): Unit
    Annotations
    @inline()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def exports: Any
    Annotations
    @JSGlobal("exports") @native()
  11. def exports_=(x: Any): Unit
    Annotations
    @inline()
  12. def filename: java.lang.String
    Annotations
    @JSGlobal("__filename") @native()
  13. def filename_=(x: java.lang.String): Unit
    Annotations
    @inline()
  14. def gc: UndefOr[Function0[Unit]]

    Only available if --expose-gc is passed to the process.

    Only available if --expose-gc is passed to the process.

    Annotations
    @JSGlobal("gc") @native()
  15. def gc_=(x: UndefOr[Function0[Unit]]): Unit
    Annotations
    @inline()
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. def global: Any
    Annotations
    @JSGlobal("global") @native()
  18. def global_=(x: Any): Unit
    Annotations
    @inline()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def module: NodeModule
    Annotations
    @JSGlobal("module") @native()
  22. def module_=(x: NodeModule): Unit
    Annotations
    @inline()
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. def process: Process
    Annotations
    @JSGlobal("process") @native()
  27. def process_=(x: Process): Unit
    Annotations
    @inline()
  28. def require: NodeRequire
    Annotations
    @JSGlobal("require") @native()
  29. def require_=(x: NodeRequire): Unit
    Annotations
    @inline()
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. object NodeJS
  36. object console extends Shortcut

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped