API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceOwnedNetworkHintSource
@codexo/exojs / core / stable
A hint source that also owns the listeners it installed.
1
props
2
methods
0
events
Import
import { OwnedNetworkHintSource } from '@codexo/exojs'A hint source that also owns the listeners it installed.
Methods2
destroy(): voidRemoves the window listeners this source installed.
onNetworkHintChange(listener: (hint: NetworkHintWhat 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 s…) => void): PlatformSubscriptionUndo function returned by every `PlatformAdapter` subscription. Calling it twice is a no-op.Properties1
Source