Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 707 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 707 Bytes

Diff

A non-trivial application to diff two files choosen by the user. This app shows how you can open for reading and for writing files in the user's computer, as long as the file was explicitly selected by the user. It uses the Filesystem API, which is an extension of the HTML5 Filesystem API.

APIs