0 devlogs
0s
OPFS stores all of its data in navigator.storage.getDirectory();, only Chrome is supported at the moment. It also uses services workers to allow you to use any file in the navigator.storage.getDirectory(); as a "real file hosted on a server", so a…
OPFS stores all of its data in navigator.storage.getDirectory();, only Chrome is supported at the moment. It also uses services workers to allow you to use any file in the navigator.storage.getDirectory(); as a “real file hosted on a server”, so apps can be installed with their own assets, properly.