Error on create/insert using NFS (bug discussion arising from Dumb DOM API Questions topic)

The file explorer is working for me, but I think the filesize snippet has a small problem. The second filesize should be fileSize
return window.safeNfsFile.size(fileContextHandle)
.then(fileSize => {
return 'file size in bytes: ’ + filesize;
})

1 Like