networkConnections() fix pid issue (macOS)

This commit is contained in:
Sebastian Hildebrandt
2025-12-08 20:07:25 +01:00
parent c6e8ae960a
commit 647d778c5f
52 changed files with 1547 additions and 1511 deletions
+5 -6
View File
@@ -174,15 +174,15 @@
<td></td>
<td></td>
<td></td>
<td>array of RDN flags
<td>array of RDN flags</td>
</tr>
<tr class="example">
<td></td>
<td colspan="7">
<h5>Example</h5>
<pre><code class="js">const si = require('systeminformation');
si.wifiNetworks().then(data => console.log(data));</code></pre class="example">
<pre class="example">
si.wifiNetworks().then(data => console.log(data));</code></pre>
<pre class="example">
[
{
ssid: 'INTERNAL-WIFI',
@@ -210,8 +210,8 @@ si.wifiNetworks().then(data => console.log(data));</code></pre class="example">
},
...
]</pre>
</td>
</tr>
</tbody>
</table>
@@ -220,8 +220,7 @@ si.wifiNetworks().then(data => console.log(data));</code></pre class="example">
</div>
</div>
</div>
</div>
</section>
</section>
</div>
<footer class="container-fluid footer">
<div class="container">