gecko-dev/testing/web-platform/tests/interfaces/mst-content-hint.idl
Philip Jägenstedt 4c3c13d953 Bug 1483555 [wpt PR 12502] - Add MediaStreamTrack Content Hints IDL file + test, a=testonly
Automatic update from web-platform-testsAdd MediaStreamTrack Content Hints IDL file + test (#12502)

--

wpt-commits: 09dfd6ac13134a85e77db24d87574458e9e3c67e
wpt-pr: 12502
2018-08-17 14:30:58 +00:00

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;
};