[Webkit-unassigned] [Bug 146200] New: MediaDevices.getUserMedia should migrate from callbacks to DOMPromise
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 22 02:30:55 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=146200
Bug ID: 146200
Summary: MediaDevices.getUserMedia should migrate from
callbacks to DOMPromise
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: youennf at gmail.com
DOMPromise is introduced to simplify Promise-based APIs.
MediaDevices.getUserMedia could use it.
Since webkitGetUserMedia is a client of MediaDevices.getUserMedia and uses a typed callback approach, DOMPromise could be accommodated to also enable callback style.
This might be beneficial for any Promise API clients: Promise/Callback APIs, ReadableStream::tee or MSE appendStream.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150622/238645ed/attachment-0001.html>
More information about the webkit-unassigned
mailing list