File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5033,7 +5033,7 @@ interface FileReader extends EventTarget {
50335033 readAsArrayBuffer(blob: Blob): void;
50345034 readAsBinaryString(blob: Blob): void;
50355035 readAsDataURL(blob: Blob): void;
5036- readAsText(blob: Blob, encoding ?: string): void;
5036+ readAsText(blob: Blob, label ?: string): void;
50375037 readonly DONE: number;
50385038 readonly EMPTY: number;
50395039 readonly LOADING: number;
Original file line number Diff line number Diff line change @@ -1217,7 +1217,7 @@ interface FileReader extends EventTarget {
12171217 readAsArrayBuffer ( blob : Blob ) : void ;
12181218 readAsBinaryString ( blob : Blob ) : void ;
12191219 readAsDataURL ( blob : Blob ) : void ;
1220- readAsText ( blob : Blob , encoding ?: string ) : void ;
1220+ readAsText ( blob : Blob , label ?: string ) : void ;
12211221 readonly DONE : number ;
12221222 readonly EMPTY : number ;
12231223 readonly LOADING : number ;
You can’t perform that action at this time.
0 commit comments