We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d288084 commit af6025eCopy full SHA for af6025e
tests/ManagedMediaSource/bipbop.html
@@ -50,6 +50,7 @@ <h3>Appending .mp4 video chunks using the Managed Media Source API</h3>
50
51
// Or explicitly disable the Remote Playback API
52
video.disableRemotePlayback = true;
53
+ video.loop = true;
54
55
testFunction(source, video);
56
};
0 commit comments