browser-extensions-playground
    Preparing search index...
    type DevCommandResult = {
        commandId: string;
        error?: string;
        errorName?: string;
        errorStack?: string;
        ok: boolean;
        result?: unknown;
    }
    Index

    Properties

    commandId: string
    error?: string
    errorName?: string
    errorStack?: string
    ok: boolean
    result?: unknown