Section CommonJS Core
Description
Modules/funcitons defined by the CommonJS specs or proposals
Utilities
Namespaces
-
binary.Binary
Shared behaviour between ByteArrays and ByteStrings.
-
binary
Blob data classes for storing byte data. A byte is exposed in javascript space as an integral number in the range [0,255]. There are two classes for manipulating binary data: ByteArray, a mutable blob which an API similar to the built-in Array, and ByteString which is immutable and behaves similar to the built-in String class.
-
encodings
Character set encoding
-
fs_base
Low-level filesystem access.
-
require
Properties of the
require()function -
system
System module
Classes
-
binary.ByteArray
-
binary.ByteString
-
encodings.Transcoder
Class to convert data from one character set to another.