Bug 1523562 [wpt PR 15034] - Update interfaces/mediastream-recording.idl, a=testonly

Automatic update from web-platform-tests
Update interfaces/mediastream-recording.idl (#15034)

Source: https://github.com/tidoust/reffy-reports/blob/cd28628/whatwg/idl/mediastream-recording.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/483763432
--

wpt-commits: 4394109df7c7ac88a67d33873cd1653892a9fe20
wpt-pr: 15034
This commit is contained in:
autofoolip 2019-01-31 19:00:12 +00:00 коммит произвёл James Graham
Родитель 0b69416443
Коммит fc3ce01f37
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -18,7 +18,7 @@ interface MediaRecorder : EventTarget {
readonly attribute unsigned long videoBitsPerSecond;
readonly attribute unsigned long audioBitsPerSecond;
void start(optional long timeslice);
void start(optional unsigned long timeslice);
void stop();
void pause();
void resume();