Comment on Using files with browsers, in realityComments−dugmartin4yAnother interesting use of the File System Access API (https://caniuse.com/?search=File%20System%20Access%20API) is:https://vscode.dev/You can grant it access to a directory on your local machine and then edit files like you would in the Electron version.
Comments
Another interesting use of the File System Access API (https://caniuse.com/?search=File%20System%20Access%20API) is:
https://vscode.dev/
You can grant it access to a directory on your local machine and then edit files like you would in the Electron version.