Bug 146405 - [Streams API] ReadableStreamReader.read() should use DOMPromise
Summary: [Streams API] ReadableStreamReader.read() should use DOMPromise
Status: RESOLVED DUPLICATE of bug 146643
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-28 23:29 PDT by youenn fablet
Modified: 2015-07-07 00:04 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description youenn fablet 2015-06-28 23:29:47 PDT
We should migrate from callbacks to DOMPromise.
Comment 1 youenn fablet 2015-07-07 00:04:27 PDT
It is easier to do custom binding removal of read() and migration to DOMPromise in a single patch.

*** This bug has been marked as a duplicate of bug 146643 ***