← back to v150 · mediastreamtrackprocessor-frame-counters

conformance · v150

v150 · mediastreamtrackprocessor-frame-counters — conformance probe

6 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.

browser: spec: https://www.w3.org/TR/mediacapture-transform/#track-processor-interface chromestatus: #6267249280286720 generated 2026-06-01T08:14:34Z by conformance-author-v1-subagent
0
pass
0
fail
0
blocked
6
total
id contract kind verdict detail
mediastreamtrackprocessor-exposed MediaStreamTrackProcessor is exposed on the global. exists
track-processor-prototype-has-totalFrames MediaStreamTrackProcessor.prototype exposes a totalFrames accessor. spec ↗ script
track-processor-prototype-has-discardedFrames MediaStreamTrackProcessor.prototype exposes a discardedFrames accessor. script
readable-still-present The pre-existing readable accessor (the ReadableStream of VideoFrame/AudioData) is preserved. script
counters-are-not-functions totalFrames and discardedFrames are accessor properties returning numbers (not functions) per spec. script
videoframe-constructor-still-present VideoFrame remains exposed — the upstream type for the stream produced by the processor. exists