fileSystemOpfsWeb top-level property

FileSystemOpfsWeb get fileSystemOpfsWeb

The OPFS (Origin Private File System) file system.

There is a single OPFS per origin, this returns a shared instance.

Only available on the web (relies on navigator.storage.getDirectory()). Links and random access are not supported.

Implementation

FileSystemOpfsWeb get fileSystemOpfsWeb => fileSystemOpfsWebImpl;