mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Update web-platform-tests to revision 6e9693d2690e0648fb9a1bd902af7cc078f28515
This commit is contained in:
parent
4ec7dedce1
commit
612038c4d6
56 changed files with 1374 additions and 477 deletions
|
@ -358,7 +358,7 @@ const trackFactories = {
|
|||
*/
|
||||
canCreate(requested) {
|
||||
const supported = {
|
||||
audio: !!window.MediaStreamAudioDestinationNode,
|
||||
audio: !!window.AudioContext && !!window.MediaStreamAudioDestinationNode,
|
||||
video: !!HTMLCanvasElement.prototype.captureStream
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue