search

goog.testing.fs.FileReader.ReturnType

Provided By
Typenumber

The possible return types.

Values

ARRAY_BUFFER

Used when reading as array buffer.

BINARY_STRING

Used when reading as binary string.

DATA_URL

Used when reading as data URL.

TEXT

Used when reading as text.