EU Parliament Monitor — API Documentation - v0.8.40
    Preparing search index...

    A single leak detected by scanHtmlForFallbackLeaks.

    interface FallbackLeak {
        patternIndex: number;
        match: string;
        offset: number;
    }
    Index

    Properties

    patternIndex: number

    The pattern index within FALLBACK_TEMPLATE_PATTERNS

    match: string

    The matching substring, truncated to 240 characters for display

    offset: number

    Match start index within the scanned HTML string (JavaScript UTF-16 code units, measured on the whitespace-normalised copy)