getBytes
json.getBytes()
Loads a file as a byte array (ArrayBuffer). Useful for raw binary files.
json.getBytes(path)
path
String
Path or URL where the resource will be loaded from.
json.getBytes()
Loads a file as a byte array (ArrayBuffer). Useful for raw binary files.
json.getBytes(path)
path
String
Path or URL where the resource will be loaded from.