🏠 New in Low Baseline Support: File API

January 15, 2020

caniuse · mdn · spec

The File API represents and reads from file data and metadata. Typically, you get files through other APIs, such as the <input type="file"> element or drag-and-drop events. You may also send file data to other APIs, such as creating images or drawing on canvases.

Source features