Reference
Arcane.network
Privacy-bounded native network status.
This focused page is derived from the mechanically checked full member inventory.
Syntax
Arcane.network
Member kind
Namespace
Description
Privacy-bounded native network status.
Overview
Arcane.network exposes a privacy-bounded connectivity snapshot containing only
online and interfaceCount. It counts interfaces with at least one
non-loopback address and returns no interface name or address.
Availability and security
network.status requires network.status.read on Core or Android. online
does not prove Internet access, DNS, route, captive-portal, or service
reachability; probe the specific admitted service when that distinction matters.
Example
const access = await globalThis.Arcane.capabilities.list();
const canReadNetworkStatus = access.methods.includes('network.status');
console.log('Privacy-bounded network status admitted:', canReadNetworkStatus);
Members
Arcane.network.status()— Counts interfaces with at least one non-loopback address. online does not claim Internet, DNS, captive-portal, route, or service reachability.