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

Side by Side Diff: client/dom/generated/src/frog/FileReaderSync.dart

Issue 9317046: Make dart:dom implementation types private so they don't muddle the docs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 1
2 class FileReaderSyncJs extends DOMTypeJs implements FileReaderSync native "*File ReaderSync" { 2 class _FileReaderSyncJs extends _DOMTypeJs implements FileReaderSync native "*Fi leReaderSync" {
3 3
4 ArrayBufferJs readAsArrayBuffer(BlobJs blob) native; 4 _ArrayBufferJs readAsArrayBuffer(_BlobJs blob) native;
5 5
6 String readAsBinaryString(BlobJs blob) native; 6 String readAsBinaryString(_BlobJs blob) native;
7 7
8 String readAsDataURL(BlobJs blob) native; 8 String readAsDataURL(_BlobJs blob) native;
9 9
10 String readAsText(BlobJs blob, [String encoding = null]) native; 10 String readAsText(_BlobJs blob, [String encoding = null]) native;
11 } 11 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/FileReader.dart ('k') | client/dom/generated/src/frog/FileWriter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698