संदर्भ loadBytes()

loadBytes()

This method is suitable for fetching files up to size of 64MB.

उदाहरण

सिंटैक्स

loadBytes(file, [callback], [errorCallback])

पैरामीटर्स

file
String|Request: name of the file or URL to load
callback
Function: function to be executed after loadBytes() completes
errorCallback
Function: function to be executed if there is an error

Returns

Promise<Uint8Array>: a Uint8Array containing the loaded buffer
Notice any errors or typos? Please let us know. Please feel free to edit src/io/files.js and open a pull request!

संबंधित संदर्भ