Interface NetworkEventMap

The events fired by the network API.

interface NetworkEventMap {
    offline: Event<"offline">;
    online: Event<"online">;
}

Properties

Properties

offline: Event<"offline">

Fired when the manifest is offline.

online: Event<"online">

Fired when the manifest is online.

Generated using TypeDoc