File Handling Demo
Instructions
Be running an operating system + browser that supports file handling (Chrom(e|ium) on ChromeOS).
Install the site as a PWA
Ensure Chrome is launched with the command line flag `--enable-feature=NativeFileSystemAPI,FileHandlingAPI`
You should see an option in the right click menu to open files with `File Handling Demo`
Problems
FileHandling is not available (ensure Chrome was started with --enable-features=FileHandlingAPI)
NativeFileSystem is not available (ensure Chrome was started with --enable-features=NativeFileSystemAPI)
Manifest File Types:
Launched Files
Opened Files
Files which can be edited and saved back to the file system.
Open File
View Source (or fork) on
Glitch