Bug 146405
Summary: | [Streams API] ReadableStreamReader.read() should use DOMPromise | ||
---|---|---|---|
Product: | WebKit | Reporter: | youenn fablet <youennf> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
youenn fablet
We should migrate from callbacks to DOMPromise.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
youenn fablet
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 ***