diff --git a/README.md b/README.md index d691926..1cf55e0 100644 --- a/README.md +++ b/README.md @@ -418,10 +418,11 @@ As of v0.8.0, you can use NeDB in the browser! You can find it and its minified ``` +It has been tested and is compatible with Chrome, Safari, Firefox, IE 10, IE 9. Please open an issue if you need compatibility with IE 8/IE 7, I think it will need some work. If you fork and modify nedb, you can build the browser version from the sources, the build script is `browser-version/build.js`. -**The browser version is still young!** For now you can only use it as an in-memory database in browser environments, I'll implement persistence using indexeddb and localstorage later. Also, only the master version works with IE yet (no npm-published one does). That's due to a bug in async for which I've sent a PR. I'll `npm publish` an IE-compatible version when it is merged and version is bumped. +**The browser version is still young!** For now you can only use it as an in-memory database in browser environments, I'll implement persistence using indexeddb and localstorage later. ## Performance