THEOplayer Web SDK
    Preparing search index...

    Interface NetworkConfiguration

    Describes the network configuration of a player.

    interface NetworkConfiguration {
        useStreamingFetch?: boolean;
    }
    Index

    Properties

    useStreamingFetch?: boolean

    Whether the player will attempt to consume fetch responses as streams.


    - Available since v11.9.0.
    - When this option is set to false, the player will not try to consume fetch responses as streams (override for devices with broken streaming-fetch support).

    true