FuseJS
    Preparing search index...

    Interface IFuseAPICallPacket

    interface IFuseAPICallPacket {
        body: Blob;
        callbackID: string;
        contentType: string;
        route: string;
    }
    Index

    Properties

    body: Blob
    callbackID: string
    contentType: string
    route: string