NodeFile
Implements the File
class from the Node.js buffer
built-in module. This class is basically a specialized NodeBlob with name and lastModified fields.
Constructors
Link copied to clipboard
Properties
Functions
Link copied to clipboard
Returns a promise which resolves with a JavaScript ArrayBuffer
object containing a copy of this blob's data.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns a stream that can be used to read the contents of this blob.