DataAdapter.readBinary() method
Signature:
readBinary(normalizedPath: string): Promise<ArrayBuffer>;
Parameters
Parameter | Type | Description |
---|---|---|
normalizedPath | string | path to file, use normalizePath() to normalize beforehand. |
Returns:
Promise<``ArrayBuffer``>