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 @@ -5033,7 +5033,7 @@ interface FileReader extends EventTarget {
5033
5033
readAsArrayBuffer(blob: Blob): void;
5034
5034
readAsBinaryString(blob: Blob): void;
5035
5035
readAsDataURL(blob: Blob): void;
5036
- readAsText(blob: Blob, label ?: string): void;
5036
+ readAsText(blob: Blob, encoding ?: string): void;
5037
5037
readonly DONE: number;
5038
5038
readonly EMPTY: number;
5039
5039
readonly LOADING: number;
Original file line number Diff line number Diff line change @@ -1217,7 +1217,7 @@ interface FileReader extends EventTarget {
1217
1217
readAsArrayBuffer ( blob : Blob ) : void ;
1218
1218
readAsBinaryString ( blob : Blob ) : void ;
1219
1219
readAsDataURL ( blob : Blob ) : void ;
1220
- readAsText ( blob : Blob , label ?: string ) : void ;
1220
+ readAsText ( blob : Blob , encoding ?: string ) : void ;
1221
1221
readonly DONE : number ;
1222
1222
readonly EMPTY : number ;
1223
1223
readonly LOADING : number ;
You can’t perform that action at this time.
0 commit comments