Interface ForwardedMarker

A marker forwarded across the origin boundary (§3.2): a name, the sandbox-side performance.now() timestamp, and the optional attribute payload.

interface ForwardedMarker {
    at: number;
    attrs?: Record<string, unknown>;
    name: string;
}

Properties

Properties

at: number

Sandbox-relative timestamp (performance.now()) at emission (§3.2).

attrs?: Record<string, unknown>
name: string