Bug 150444 - [Streams API] Implement abort method on writable streams
Summary: [Streams API] Implement abort method on writable streams
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Xabier Rodríguez Calvar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-22 04:35 PDT by Xabier Rodríguez Calvar
Modified: 2015-10-26 08:10 PDT (History)
4 users (show)

See Also:


Attachments
Patch (9.62 KB, patch)
2015-10-22 04:39 PDT, Xabier Rodríguez Calvar
no flags Details | Formatted Diff | Diff
Patch (9.66 KB, patch)
2015-10-22 07:19 PDT, Xabier Rodríguez Calvar
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Xabier Rodríguez Calvar 2015-10-22 04:35:24 PDT
[Streams API] Implement abort method on writable streams
Comment 1 Xabier Rodríguez Calvar 2015-10-22 04:39:01 PDT
Created attachment 263822 [details]
Patch
Comment 2 youenn fablet 2015-10-22 06:20:24 PDT
LGTM.
Maybe update the error msg, and use let/const instead of var?
Comment 3 Xabier Rodríguez Calvar 2015-10-22 07:19:18 PDT
Created attachment 263824 [details]
Patch

You got it!
Comment 4 WebKit Commit Bot 2015-10-26 08:10:02 PDT
Comment on attachment 263824 [details]
Patch

Clearing flags on attachment: 263824

Committed r191584: <http://trac.webkit.org/changeset/191584>
Comment 5 WebKit Commit Bot 2015-10-26 08:10:07 PDT
All reviewed patches have been landed.  Closing bug.