Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow custom fs using random-access-... #7

Open
martinheidegger opened this issue Feb 16, 2018 · 0 comments
Open

Allow custom fs using random-access-... #7

martinheidegger opened this issue Feb 16, 2018 · 0 comments

Comments

@martinheidegger
Copy link
Owner

Currently browserify-persist-fs uses the regular node.js fs API to write down the cache, however it might be cool to be able to replace the fs implementation with random-access-memory, random-access-idb or random-access-s3 which would make the internal unit tests faster and allow in a CI environment to load/store the cache on an remote server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant