mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Added AudioTrack, AudioTrackList, VideoTrack, VideoTrackList, and TrackEvent interfaces
This commit is contained in:
parent
4d8d54fc00
commit
cac4aa56f7
19 changed files with 974 additions and 138 deletions
|
@ -19557,7 +19557,7 @@
|
|||
"testharness"
|
||||
],
|
||||
"mozilla/interfaces.html": [
|
||||
"55cafc9995da83d48230eed5b5c3863d8cf173c9",
|
||||
"ab4ead5cfb5afc8b65cb71841e32ee46ec75318b",
|
||||
"testharness"
|
||||
],
|
||||
"mozilla/interfaces.js": [
|
||||
|
|
|
@ -22,6 +22,8 @@ test_interfaces([
|
|||
"AudioNode",
|
||||
"AudioParam",
|
||||
"AudioScheduledSourceNode",
|
||||
"AudioTrack",
|
||||
"AudioTrackList",
|
||||
"BaseAudioContext",
|
||||
"BeforeUnloadEvent",
|
||||
"BiquadFilterNode",
|
||||
|
@ -214,12 +216,15 @@ test_interfaces([
|
|||
"Touch",
|
||||
"TouchEvent",
|
||||
"TouchList",
|
||||
"TrackEvent",
|
||||
"TransitionEvent",
|
||||
"TreeWalker",
|
||||
"UIEvent",
|
||||
"URL",
|
||||
"URLSearchParams",
|
||||
"ValidityState",
|
||||
"VideoTrack",
|
||||
"VideoTrackList",
|
||||
"WebAssembly",
|
||||
"WebGLRenderingContext",
|
||||
"WebGLUniformLocation",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue