-
On first load of a pygbag project in Firefox it gives a BrowserFS.InMemory error. After reloading the page twice, the error does not happen and the project loads. This error does not occur in Safari o…
-
I follow the website blow and change new buffer() to Buffer.from() but can't run this project.
https://nodejs.org/en/docs/guides/buffer-constructor-deprecation/
The error is Parser “babylon” depre…
-
Related: https://github.com/jvilk/BrowserFS/issues/200 https://github.com/jvilk/BrowserFS/issues/233
Using a package that recommends BrowserFS, so I run `npm i -S browserfs; npm i -D @types/browser…
-
Hi! Right now in `src/core/backends.ts`, all of the available backends are imported. This means that even if a user of BrowserFS does not use most of the backends, they still appear in the bundle.
…
-
If you use browserFS you end up with two indexedDB databases one is empty and it looks like debug code.
It's because of the code that tests if indexedDB is supported:
```ts
public static isAvaila…
-
Hi! I was doing a test on a basic Node/express app just to see how it works and instantly it threw me an error:
`C:\folder\to\app\index.js:12
throw e;
^
Error
at new ApiError (C:\f…
-
It may take me a while to get to the bottom of this; I've got a WebWorker that works fine with version 1.4.3:
```js
importScripts('https://unpkg.com/browserfs@1.4.3/dist/browserfs.js')
BrowserFS…
-
## Description
When installing RetroArch web player following [these instructions](https://github.com/libretro/RetroArch/blob/a578146a9ff8594c09739964df8603458499832b/pkg/emscripten/README.md) and ac…
-
Hi, I have the following layout for running Pygame games apk directly on web
```
// VM is emscripten Module, modularized or not
VM.APK = "org.pygame.asteroids"
var BFS = new BrowserFS…
pmp-p updated
6 months ago
-
# Roadmap
In the following particular order:
- [ ] Use "local storage" backend with [BrowserFS](https://github.com/jvilk/BrowserFS)
- [ ] Use "zip" backend with BrowserFS
- [ ] Add (write?) "[…