diff --git a/README.md b/README.md index e517669..f33295b 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,15 @@ appreciated - [Buy me a coffee](https://www.buymeacoffee.com/systeminfo). **Your contribution** make it possible for me to keep working on this project, add new features and support more platforms. Thank you in advance! +## Node.js ✅, Bun ✅ and Deno ✅ + +I tested this library with Node.js, Bun and Deno (V2.x) with no issues. There is +currently only one problem on Denos side: os.freemem() pollyfill is currently +not correct (version 2.1.4) bus there is already a fix (not yet published). + +**Attention**: This library is supposed to be used as a backend/server-side +library and **will definitely not work within a browser**. + ## New Version 5.0 The new Version 5 is here - this next major version release 5.0 comes with new @@ -109,9 +118,6 @@ and OS information. Android support - no npm dependencies -**Attention**: this is a `node.js` library. It is supposed to be used as a -backend/server-side library and will definitely not work within a browser. - ### Installation ```bash diff --git a/docs/gettingstarted.html b/docs/gettingstarted.html index d2fe473..24eb898 100644 --- a/docs/gettingstarted.html +++ b/docs/gettingstarted.html @@ -54,6 +54,7 @@
I also created a nice little command line tool called mmon (micro-monitor) for Linux and macOS, also available via github and npm
This library is supposed to be used as a node.js backend/server-side library and will definitely not work within a browser.
+This library is supposed to be used as a node.js, Bun or Deno backend/server-side library and will definitely not work within a browser.
$ npm install systeminformation --savediff --git a/docs/index.html b/docs/index.html index 56e1156..b7316f5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -186,7 +186,7 @@