blockquote summaries

This commit is contained in:
Zeke Sikelianos 2016-04-21 15:39:12 -07:00
parent ee190ca62a
commit 0527b17e42
32 changed files with 32 additions and 32 deletions

View file

@ -1,6 +1,6 @@
# `File` object
Use the HTML5 `File` API to work natively with files on the filesystem.
> Use the HTML5 `File` API to work natively with files on the filesystem.
The DOM's File interface provides abstraction around native files in order to
let users work on native files directly with the HTML5 file API. Electron has