Packages

object global extends Object with Global

Annotations
@native() @JSGlobal( "global" ) @deprecated
Deprecated

(Since version 0.9.0) Use objects in io.scalajs.nodejs

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. global
  2. Global
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  2. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  3. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  4. def toLocaleString(): String
    Definition Classes
    Object
  5. def valueOf(): Any
    Definition Classes
    Object

Deprecated Value Members

  1. def clearImmediate: ClearImmediate
    Definition Classes
    Global
    Annotations
    @deprecated
    Deprecated

    (Since version 0.9.0) Use io.scalajs.nodejs.clearImmediate

  2. def clearInterval: ClearInterval
    Definition Classes
    Global
    Annotations
    @deprecated
    Deprecated

    (Since version 0.9.0) Use io.scalajs.nodejs.clearInterval

  3. def clearTimeout: ClearTimeout
    Definition Classes
    Global
    Annotations
    @deprecated
    Deprecated

    (Since version 0.9.0) Use io.scalajs.nodejs.clearTimeout

  4. def console: console_module.Console
    Definition Classes
    Global
    Annotations
    @deprecated
    Deprecated

    (Since version 0.9.0) Use io.scalajs.nodejs.console

  5. def exports: UndefOr[Object]
    Definition Classes
    Global
    Annotations
    @deprecated
    Deprecated

    (Since version 0.9.0) Use io.scalajs.nodejs.exports

  6. def module: Module

    A reference to the current module.

    A reference to the current module. In particular module.exports is used for defining what a module exports and makes available through require().

    module isn't actually a global but rather local to each module.

    Definition Classes
    Global
    Annotations
    @deprecated
    Deprecated

    (Since version 0.9.0) Use io.scalajs.nodejs.module

  7. def process: process.Process
    Definition Classes
    Global
    Annotations
    @deprecated
    Deprecated

    (Since version 0.9.0) Use io.scalajs.nodejs.process

  8. def setImmediate: SetImmediate
    Definition Classes
    Global
    Annotations
    @deprecated
    Deprecated

    (Since version 0.9.0) Use io.scalajs.nodejs.setImmediate

  9. def setInterval: SetInterval
    Definition Classes
    Global
    Annotations
    @deprecated
    Deprecated

    (Since version 0.9.0) Use io.scalajs.nodejs.setInterval

  10. def setTimeout: SetTimeout
    Definition Classes
    Global
    Annotations
    @deprecated
    Deprecated

    (Since version 0.9.0) Use io.scalajs.nodejs.setTimeout