ebidel / filer.js

A wrapper library for the HTML5 Filesystem API what reuses UNIX commands (cp, mv, ls) for its API.
Other
1.49k stars 155 forks source link

Adding seek-property to write-method #66

Open ameesme opened 6 years ago

ameesme commented 6 years ago

This pull-request adds the possibility to supply a custom seek-value to start writing from. It's backwards-compatible.

Note This has not been tested as I wasn't able to get QUnit running on my system.