THEOplayer Web SDK
    Preparing search index...

    Interface NetworkEventMap

    The events fired by the network API.

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

    Properties

    Properties

    offline: Event<"offline">

    Fired when the manifest is offline.

    online: Event<"online">

    Fired when the manifest is online.