| Index: modules/mediarecorder/BlobEventInit.idl
|
| diff --git a/modules/background_sync/PeriodicSyncEventInit.idl b/modules/mediarecorder/BlobEventInit.idl
|
| similarity index 54%
|
| copy from modules/background_sync/PeriodicSyncEventInit.idl
|
| copy to modules/mediarecorder/BlobEventInit.idl
|
| index 60d2b728b8a9eea69f187c8524845b5210a8c763..23fe9bdc401cc1882a99d9943da9c608f537e8c1 100644
|
| --- a/modules/background_sync/PeriodicSyncEventInit.idl
|
| +++ b/modules/mediarecorder/BlobEventInit.idl
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -dictionary PeriodicSyncEventInit : ExtendableEventInit {
|
| - required PeriodicSyncRegistration registration;
|
| +// https://w3c.github.io/mediacapture-record/MediaRecorder.html#blobeventinit
|
| +
|
| +dictionary BlobEventInit : EventInit {
|
| + required Blob data;
|
| };
|
|
|