Continue reading entries broken
Borewit opened this issue · 2 comments
Borewit commented
It looks like the recursion, to read more entries is called with missing argument reader.
I am getting the following error:
Uncaught TypeError: Cannot read property 'readEntries' of undefined
at readEntries (C:\Users\Borewit\code\github\drag-drop\index.js:176)
at C:\Users\Borewit\code\github\drag-drop\index.js:179
original issue: webtorrent-desktop#1771
Lines 175 to 184 in 89fd6bd
I think like 179 should be:
readEntries(reader)
nstephenh commented
I would like to use drag-drop for dropping in a directory into the browser, is there any update on this?