https://www.w3.org/Bugs/Public/show_bug.cgi?id=29105
Bug ID: 29105
Summary: MediaStream Recording API: Consider not using
BlobEvent, using Blob and FileReader instead
Product: WebAppsWG
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Streams API
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
Target Milestone: ---
MS Recording API defines a certain BlobEvent as a way to
read the recorded data [1].
Since BlobEvent is just a convenience wrapper around a
Blob [2], consider using the latter for extracting recorded
data.
[1] http://www.w3.org/TR/mediastream-recording/#blob-event
[2] http://www.w3.org/TR/FileAPI/#blob
--
You are receiving this mail because:
You are on the CC list for the bug.