Namespace node.global

These object are available in the global scope and can be accessed from anywhere.

Field Summary
Field Attributes Field Name and Description
static  
node.global.COMPILED
static  
node.global.console
static  
node.global.global
static  
node.global.GLOBAL
static  
node.global.goog
static  
node.global.module
static  
node.global.nclosure
static  
node.global.process
static  
node.global.root
static  
node.global.top
static  
node.global.window

Method Summary

Method Attributes Method Name and Description
static  
node.global.clearInterval()
static  
node.global.clearTimeout()
static  
node.global.require(path)
static  
node.global.setInterval()
static  
node.global.setTimeout()

Field Detail

static node.global.COMPILED
static node.global.console
static node.global.global
static node.global.GLOBAL
static node.global.goog
static node.global.module
static node.global.nclosure
static node.global.process
static node.global.root
static node.global.top
static node.global.window

Method Detail

  • static node.global.clearInterval()
  • static node.global.clearTimeout()
  • static node.global.require(path)
    Parameters:
    {string} path
  • static node.global.setInterval()
  • static node.global.setTimeout()