mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 13:48:23 +02:00
Automatic update from web-platform-testsAdd MediaStreamTrack Content Hints IDL file + test (#12502) -- wpt-commits: 09dfd6ac13134a85e77db24d87574458e9e3c67e wpt-pr: 12502
8 lines
308 B
Text
8 lines
308 B
Text
// GENERATED CONTENT - DO NOT EDIT
|
|
// Content was automatically extracted by Reffy into reffy-reports
|
|
// (https://github.com/tidoust/reffy-reports)
|
|
// Source: MediaStreamTrack Content Hints (https://w3c.github.io/mst-content-hint/)
|
|
|
|
partial interface MediaStreamTrack {
|
|
attribute DOMString contentHint;
|
|
};
|