create a one-liner description for each API
This commit is contained in:
parent
a4de40ec89
commit
ee190ca62a
34 changed files with 70 additions and 39 deletions
|
@ -1,5 +1,7 @@
|
|||
# `File` object
|
||||
|
||||
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
|
||||
added a `path` attribute to the `File` interface which exposes the file's real
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue