testing/cross_backend/conformance_table.ts view source
(headers: Record<string, string>, expected: Record<string, string | null>, label: string): void import {assert_expected_headers} from '@fuzdev/fuz_app/testing/cross_backend/conformance_table.js'; Assert each declared header expectation: a string value must be present and
equal (header name matched case-insensitively), null must be absent. The
negative-space twin for headers — expect.headers pins a header beyond the
always-on no-fingerprint floor.
headers
Record<string, string>expected
Record<string, string | null>label
stringreturns
void