OPFS: A Real File System in the Browser
Every browser storage API asks you to give something up. localStorage is synchronous but strings-only and capped at a few megabytes. IndexedDB will hold structured data and blobs, but its API is a tra
grimicorn.hashnode.dev5 min read