codemelted.js Module
    Preparing search index...

    Enumeration DISK_DATA_TYPEReadonly

    Defines the data being read from or saved to disk from this module. This is in support of the disk_read_file and disk_write_file functions.

    Index
    ArrayBuffer: "array_buffer"

    Represents an ArrayBuffer data type.

    Text: "text"

    Represents a string data type.

    Uint8Array: "uint8_array"

    Represents a series of bytes data type.