Skip to content

FileManager.FILETYPE

Kerri Shotts edited this page Oct 26, 2013 · 1 revision

(part of FileManager)

Type: object of constants

Read-Only

Stores the constants for various file types:

  • TEXT: A text file
  • DATA_URL: A base64-encoded file
  • BINARY: A binary file
  • ARRAY_BUFFER: a file read as an array buffer

Only necessary when reading files; writing files infers the appropriate type from the data contents.

Clone this wiki locally