friedrith / node-wifi

📶 NodeJS tool to manage wifi (connections, scans)
MIT License
395 stars 161 forks source link

"Error: ERROR : UNRECOGNIZED OS" on Chrome in Mac OS #82

Closed JoshuaeKaiser closed 5 years ago

JoshuaeKaiser commented 5 years ago

Any idea why i get the above error when i try to run the JS in a chrome browser?

friedrith commented 5 years ago

Sorry but this library is meant to be used in node.js environment where you can create child processes. You cannot use it in the browser because your browser doesn't have access to this API for security reasons.

friedrith commented 3 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.