Wirebrowser Automation Script API Referece
    Preparing search index...

    Interface HookStackFrame

    interface HookStackFrame {
        asyncLevel: number;
        col: number;
        file: string;
        functionName: string;
        line: number;
        scriptId?: string;
        type: "sync" | "async";
    }
    Index

    Properties

    asyncLevel: number
    col: number
    file: string
    functionName: string
    line: number
    scriptId?: string
    type: "sync" | "async"