All Questions
1 question
0
votes
1
answer
412
views
Read ANSI files in Web file-system-access API
I am trying to get files using file-system-access API and it works good using this code:
function Process_Files(files) {
[].map.call(files, async function (file, i) {
if (isDataFile(file....