An open API service indexing awesome lists of open source software.

https://github.com/leon/labs-chrome-file-write

Lab on how to write files natively using window.showDirectoryPicker()
https://github.com/leon/labs-chrome-file-write

Last synced: 7 months ago
JSON representation

Lab on how to write files natively using window.showDirectoryPicker()

Awesome Lists containing this project

README

          

# Test how Chromes new File Handling APIs work.

## Lab
Run web server with https
```bash
yarn
yarn dev
```

Click the button and choose an empty directory of your choosing.

it took 3500ms to run in serial
it took 816ms to run in parallel

# Reference
In the file createfiles.sh is a reference implementation that uses bash to create 10 10mb files
it took 63ms to run