You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constroot=awaitnavigator.storage.getDirectory();// Create a new file handle.constfileHandle=awaitroot.getFileHandle('Untitled.txt',{create: true});// Create a new directory handle.constdirHandle=awaitroot.getDirectoryHandle('New Folder',{create: true});// Recursively remove a directory.awaitroot.removeEntry('Old Stuff',{recursive: true});
I haven't had any problems so far with the service worker cache. This is just in case.
The text was updated successfully, but these errors were encountered:
Maybe media files (+ images) might be more reliably stored in the navigator's private file system https://web.dev/file-system-access/
I haven't had any problems so far with the service worker cache. This is just in case.
The text was updated successfully, but these errors were encountered: