browser-extensions-playground
    Preparing search index...
    type DomCapture = {
        capturedAt: string;
        pageText: string;
        probeMatches: readonly DomProbeMatch[];
        provider: ProviderId;
        title: string;
        url: string;
    }
    Index

    Properties

    capturedAt: string
    pageText: string
    probeMatches: readonly DomProbeMatch[]
    provider: ProviderId
    title: string
    url: string