RUM powered by Grail JavaScript API - 1.327.2
    Preparing search index...

    Interface RUMResourceWebRequestEventContext

    The event context for a request captured via the resource timing API.

    interface RUMResourceWebRequestEventContext {
        cspViolation?: CSPViolationReportBody | SecurityPolicyViolationEvent;
        resourceTiming: PerformanceResourceTiming;
        subType: RESOURCE;
        type: REQUEST;
    }

    Hierarchy (View Summary)

    Index

    Properties

    subType: RESOURCE
    type: REQUEST