Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/w3_trace_state/mod.ts>TraceState

Implementation of the W3 Trace Context recommendation for Trace State
Latest
type alias TraceState
import { type TraceState } from "https://deno.land/x/w3_trace_state@v1.1.0/mod.ts";

This type should be treated as if it is opaque and should only be interacted with via the functions in this module.

definition: ReadonlyArray<{ key: string; value: string; }>