如视 Five SDK
    Preparing search index...

    Interface NetworkResourceEvent

    interface NetworkResourceEvent {
        defaultPrevented: boolean;
        detail: string;
        requestState: NetworkState;
        requestType: NetworkType;
        source: string;
        timeStamp: number;
        type: string;
        preventDefault(): void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    defaultPrevented: boolean
    detail: string
    requestState: NetworkState
    requestType: NetworkType
    source: string
    timeStamp: number
    type: string

    Methods