1.0.52 - The IndexedDB update
NO BREAKING CHANGE
CHANGES
- You can now use IndexedDB storage π
const storage = new XSWR.IDBStorage("mydb")
function getHelloSchema() { // See the docs for the new schema pattern
return XSWR.single("/api/hello", fetchAsJson, { storage })
}
- Improved performances