如视 Five SDK
    Preparing search index...

    Interface NetworkOptions

    interface NetworkOptions {
        networkSubscribe?: NetworkSubscribe;
        requestProxy?: (url: string) => string | Promise<string>;
        timeout?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    networkSubscribe?: NetworkSubscribe

    网络消息追踪

    requestProxy?: (url: string) => string | Promise<string>

    请求代理

    timeout?: number

    超时时间