API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typeConnectivityState
@codexo/exojs / core / stable
What the environment appears to provide. `'unknown'` is a real answer, not a placeholder: a host that reports nothing about reachability is genuinely not saying whether an origin can be reached, and treating that as `'online'` would make the distinction unavailable to anything that cares.
0
props
0
methods
0
events
Import
import { ConnectivityState } from '@codexo/exojs'What the environment appears to provide.
`'unknown'` is a real answer, not a placeholder: a host that reports nothing about reachability is genuinely not saying whether an origin can be reached, and treating that as `'online'` would make the distinction unavailable to anything that cares.
Definition1
Source