We currently disable network change detection in wasm32-unknown-unknown.
Instead, we should subscribe to the browser window's online and offline events.
For that, we simply implement online/offline event handling in netwatch.
Then we can remove network_monitor-related cfgs in magicsock::Actor::run.