🏠 New in High Baseline Support: File API

July 15, 2022

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