Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclairzx81 committed May 17, 2024
1 parent 7e252ce commit 2b796a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ const sender = Media.send({ port: 5000 }, pattern.mediastream)
<a name="FileSystem"></a>
## FileSystem

Smoke includes a hierarchical file system built on top of IndexedDB which can store large binary and text files within the browser. The file system has support for streaming read and write, directory enumeration, copy, move, rename as well as file and directory watch events. It is built to act as a static file store for network servers but can be used as a general purpose file system for storing large files in the browser.
Smoke provides a hierarchical file system able to store large files within the browser. The file system is backed by IndexedDB and has support for streaming read and write, directory enumeration, copy, move, rename as well as file and directory watch events. It is designed to act as a static file store for network services but can be used as a general purpose file system for applications needing to store large files in the browser.

<a name="FileSystem-Open"></a>
### Open
Expand Down

0 comments on commit 2b796a0

Please sign in to comment.