Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(805)

Unified Diff: Source/core/fileapi/FileReader.idl

Issue 18635004: [Not ready for review] Add Streams API support to FileReader Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/fileapi/FileReader.cpp ('k') | public/platform/WebBlobRegistry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fileapi/FileReader.idl
diff --git a/Source/core/fileapi/FileReader.idl b/Source/core/fileapi/FileReader.idl
index 2727d12b157cd9133bd7f9f447916190f7d4df76..eb3328476908bb3db7977874ffed17019a58af58 100644
--- a/Source/core/fileapi/FileReader.idl
+++ b/Source/core/fileapi/FileReader.idl
@@ -46,6 +46,7 @@
[RaisesException] void readAsBinaryString(Blob blob);
[RaisesException] void readAsText(Blob blob, optional DOMString encoding);
[RaisesException] void readAsDataURL(Blob blob);
+ [EnabledAtRuntime=stream, RaisesException] void readAsArrayBuffer(Stream stream);
void abort();
« no previous file with comments | « Source/core/fileapi/FileReader.cpp ('k') | public/platform/WebBlobRegistry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698