Skip to content

Tags: sato-shi/BrowserFS

Tags

v1.1.0

Toggle v1.1.0's commit message
Preparing for a release.

v1.0.0

Toggle v1.0.0's commit message
Merge pull request jvilk#158 from jvilk/rollup-2

Use rollup and feross/Buffer

v0.6.1

Toggle v0.6.1's commit message
v0.6.1: Fix error in XHR downloads and allow synchronous FS in AsyncM…

…irror.

Turns off assertions in our calls to writeUint8 in our XHR code, since we expect to pass large values that the code clamps to 8 bits.

Also removes a restriction on AsyncMirror; now, synchronous file systems can be async mirrored. This is useful if you want to prevent synchronous XHR.

v0.6.0

Toggle v0.6.0's commit message
Version bump.

v0.5.13

Toggle v0.5.13's commit message
Bumping version, updating README.

v0.5.12

Toggle v0.5.12's commit message
.npmignore: ignore .tscache

v0.5.10

Toggle v0.5.10's commit message
Initialize TTYs within BrowserFS library, if applicable.

Now, stdout streams will be available immediately after BFS loads.

v0.5.9

Toggle v0.5.9's commit message
Fixes standard out/in/err streams.

v0.5.8

Toggle v0.5.8's commit message
v0.5.8: Fixing a serious buffer copy bug.

See commit message in bfs-buffer for details.