browser-extensions-playground
    Preparing search index...
    type DevtoolsWelcomeMessage = {
        clientId: string;
        protocolVersion: string;
        type: "welcome";
        warning: string;
    }
    Index

    Properties

    clientId: string
    protocolVersion: string
    type: "welcome"
    warning: string