Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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....
Christian's user avatar
  • 194