https://github.com/mburakerman/file-system-access-api-demo
https://github.com/mburakerman/file-system-access-api-demo
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mburakerman/file-system-access-api-demo
- Owner: mburakerman
- Created: 2020-10-10T15:02:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-20T15:08:48.000Z (over 1 year ago)
- Last Synced: 2024-04-14T07:21:12.955Z (about 1 year ago)
- Language: HTML
- Homepage: https://mburakerman.github.io/file-system-access-api-demo/
- Size: 13.7 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📁 File System Access API
> The File System Access API (formerly known as Native File System API and prior to that it was called Writeable Files API) enables developers to build powerful web apps that interact with files on the user's local device, like IDEs, photo and video editors, text editors, and more. After a user grants a web app access, this API allows them to read or save changes directly to files and folders on the user's device. Beyond reading and writing files, the File System Access API provides the ability to open a directory and enumerate its contents.For more info: https://web.dev/file-system-access/
![]()