mirror of
https://gitee.com/shuto-github/cordova-plugin-network-information.git
synced 2026-03-15 00:00:04 +08:00
CB-8384 Add Windows section to Network Information plugin
This commit is contained in:
@@ -47,6 +47,7 @@ module.exports = {
|
||||
connectionType = Connection.NONE;
|
||||
}
|
||||
else {
|
||||
// https://msdn.microsoft.com/en-us/library/windows/apps/windows.networking.connectivity.networkadapter.ianainterfacetype
|
||||
switch (interfaceType) {
|
||||
case 71:
|
||||
connectionType = Connection.WIFI;
|
||||
Reference in New Issue
Block a user