Results 1 - 20 of 82

Blob.slice()

The slice is used to create a new Blob object containing the data in the specified range of bytes of the source Blob.
API Files Method Reference

FileList

An object of this type is returned by the files property of the HTML <input> element; this lets you access the list of files selected with the <input type="file"> element. It's also used for a list of files dropped into web content when using the drag and drop API; see the DataTransfer object for details on this usage.
API File API Files

Blob

A Blob object represents a file-like object of immutable, raw data. Blobs represent data that isn't necessarily in a JavaScript-native format. The File interface is based on Blob, inheriting blob functionality and expanding it to support files on the user's system.
API Files NeedsMobileBrowserCompatibility Reference WebAPI