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

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

Issue 57483002: Implement File constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressed feedback, minus sequence vs array in File/Blob constructor. Created 7 years, 1 month 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
Index: Source/core/fileapi/Blob.idl
diff --git a/Source/core/fileapi/Blob.idl b/Source/core/fileapi/Blob.idl
index 814a2fc4efde253551a6a623abf4fc02a7a7f9c4..be90401294d1a987e975d45bb65a7341f542814f 100644
--- a/Source/core/fileapi/Blob.idl
+++ b/Source/core/fileapi/Blob.idl
@@ -31,8 +31,7 @@
[
GlobalContext=Window&WorkerGlobalScope,
SpecialWrapFor=File,
- CustomConstructor,
Inactive 2013/11/04 18:33:53 No we actually need to keep this one. The File API
pwnall-personal 2013/11/04 19:20:53 Done. Sorry, I missed the difference between the
- CustomConstructor(sequence<any> blobParts, optional BlobPropertyBag options)
+ CustomConstructor(optional sequence<any> blobParts, optional BlobPropertyBag options)
] interface Blob {
readonly attribute unsigned long long size;
readonly attribute DOMString type;

Powered by Google App Engine
This is Rietveld 408576698