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()
- Host: GitHub
- URL: https://github.com/leon/labs-chrome-file-write
- Owner: leon
- Created: 2021-02-22T07:41:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-22T09:14:21.000Z (over 5 years ago)
- Last Synced: 2024-12-28T00:43:26.967Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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