File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5013,7 +5013,7 @@ interface FileReader extends EventTarget {
5013
5013
readAsArrayBuffer(blob: Blob): void;
5014
5014
readAsBinaryString(blob: Blob): void;
5015
5015
readAsDataURL(blob: Blob): void;
5016
- readAsText(blob: Blob, label ?: string): void;
5016
+ readAsText(blob: Blob, encoding ?: string): void;
5017
5017
readonly DONE: number;
5018
5018
readonly EMPTY: number;
5019
5019
readonly LOADING: number;
Original file line number Diff line number Diff line change @@ -1197,7 +1197,7 @@ interface FileReader extends EventTarget {
1197
1197
readAsArrayBuffer ( blob : Blob ) : void ;
1198
1198
readAsBinaryString ( blob : Blob ) : void ;
1199
1199
readAsDataURL ( blob : Blob ) : void ;
1200
- readAsText ( blob : Blob , label ?: string ) : void ;
1200
+ readAsText ( blob : Blob , encoding ?: string ) : void ;
1201
1201
readonly DONE : number ;
1202
1202
readonly EMPTY : number ;
1203
1203
readonly LOADING : number ;
You can’t perform that action at this time.
0 commit comments