How can I access the list of Wi-Fi networks using React.js in a web application?is possible to fetch the Wi-Fi networks using js/reactjs

Here, I am using the node-wifi package on my backend to reterive the available wifi network connection, and it works fine on my local system. However, when I try to run it on my live server, I encounter error logs. Upon investigation, I discovered that node-wifi is not supported on end-user devices’ Wi-Fi networks.

Therefore, I installed the same package in my React app and encountered error logs. Is there another package available to scan for Wi-Fi networks on the client-side and render network connections?