File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5013,7 +5013,7 @@ interface FileReader extends EventTarget {
50135013 readAsArrayBuffer(blob: Blob): void;
50145014 readAsBinaryString(blob: Blob): void;
50155015 readAsDataURL(blob: Blob): void;
5016- readAsText(blob: Blob, label ?: string): void;
5016+ readAsText(blob: Blob, encoding ?: string): void;
50175017 readonly DONE: number;
50185018 readonly EMPTY: number;
50195019 readonly LOADING: number;
Original file line number Diff line number Diff line change @@ -1197,7 +1197,7 @@ interface FileReader extends EventTarget {
11971197 readAsArrayBuffer ( blob : Blob ) : void ;
11981198 readAsBinaryString ( blob : Blob ) : void ;
11991199 readAsDataURL ( blob : Blob ) : void ;
1200- readAsText ( blob : Blob , label ?: string ) : void ;
1200+ readAsText ( blob : Blob , encoding ?: string ) : void ;
12011201 readonly DONE : number ;
12021202 readonly EMPTY : number ;
12031203 readonly LOADING : number ;
You can’t perform that action at this time.
0 commit comments