File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4081,7 +4081,7 @@ interface DataTransferItem {
40814081 * Invokes the callback with the string data as the argument, if the drag data item kind is text.
40824082 */
40834083 getAsString(callback: FunctionStringCallback | null): void;
4084- webkitGetAsEntry(): any ;
4084+ webkitGetAsEntry(): FileSystemEntry | null ;
40854085}
40864086
40874087declare var DataTransferItem: {
Original file line number Diff line number Diff line change 12441244 }
12451245 }
12461246 },
1247- "DataTransferItem" : {
1248- "name" : " DataTransferItem" ,
1249- "methods" : {
1250- "method" : {
1251- "webkitGetAsEntry" : {
1252- "name" : " webkitGetAsEntry" ,
1253- "overrideSignatures" : [
1254- " webkitGetAsEntry(): any"
1255- ]
1256- }
1257- }
1258- }
1259- },
12601247 "IDBCursor" : {
12611248 "name" : " IDBCursor" ,
12621249 "properties" : {
You can’t perform that action at this time.
0 commit comments