Returns the file data as a Blob
Returns the file data as a NodeJS Buffer
Note: This method does not work outside of NodeJS environments
Returns the file data as an Object URL
Note: This method does not work outside of browser environments
Revokes this file's Object URL if one has been created, use this when the url created with getUrl is no longer needed, to preserve memory.
Note: This method does not work outside of browser environments
Returns the file data as an ArrayBuffer