API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typeNetworkHint
@codexo/exojs / core / stable
What a host reports about network reachability. `'unknown'` is an answer, not a missing one: a host that cannot say whether a network exists is genuinely not saying it, and reading that as `'online'` would hide the difference from everything that has to decide on it.
0
props
0
methods
0
events
Import
import { NetworkHint } from '@codexo/exojs'What a host reports about network reachability.
`'unknown'` is an answer, not a missing one: a host that cannot say whether a network exists is genuinely not saying it, and reading that as `'online'` would hide the difference from everything that has to decide on it.
Definition1
"offline" | "online" | "unknown"Source