Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright 2015 The Chromium Authors. All rights reserved. | |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 // https://w3c.github.io/mediacapture-record/MediaRecorder.html#blob-event | |
| 6 | |
| 7 [ | |
| 8 NoInterfaceObject | |
|
Peter Beverloo
2015/09/18 13:07:26
This is not a NoInterfaceObject per the specificat
mcasas
2015/09/21 15:24:15
Done.
| |
| 9 ] | |
|
Peter Beverloo
2015/09/18 13:07:26
I see that Philip filed the following issue about
mcasas
2015/09/21 15:24:15
Done.
| |
| 10 interface BlobEvent : Event { | |
| 11 readonly attribute Blob data; | |
| 12 }; | |
| OLD | NEW |