docs: updated version

This commit is contained in:
arthurfiorette 2022-07-29 10:09:56 -03:00
parent c2662d79a5
commit 232bb7df32
No known key found for this signature in database
GPG Key ID: 9D190CD53C53C555
2 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@
| Expires & Age header | ✅ | 🟡 | 🛑 |
| ETag and If-None-Match header | ✅ | 🛑 | 🛑 |
| If-Modified-Size header | ✅ | 🛑 | 🛑 |
| Bundle size | **4.2Kb** (gzip) | 18.9Kb (gzip) | 19.5Kb (gzip) |
| Bundle size | **4.3Kb** (gzip) | 18.9Kb (gzip) | 19.5Kb (gzip) |
| Typescript declaration | ✅ (Custom interface) | ✅ (Applied globally) | ✅(Applied globally) |
| Custom cache keys | ✅ | ✅ | ✅ |
| Multiple storages | ✅ | 🔶 (Only localForage) | ✅ |

View File

@ -28,15 +28,15 @@ import { setupCache } from 'https://cdn.skypack.dev/axios-cache-interceptor@0.10
```html
<!-- Development UMD build for ES2017+ (~12.6 KiB) -->
<script
src="https://cdn.jsdelivr.net/npm/axios-cache-interceptor@0.10.6/dev/index.bundle.js"
integrity="sha256-LGlGEg6regUeSdKir1yYXDGQEAtSz/cCyJrIBzU1bYg="
src="https://cdn.jsdelivr.net/npm/axios-cache-interceptor@0.10.7/dev/index.bundle.js"
integrity="sha256-oTqUncNoX9DcUWIb5sLS2tscPHKqUPL0yLlOXSSXzSY="
crossorigin="anonymous"
></script>
<!-- Production UMD build for ES5+ (~14.2 KiB) -->
<script
src="https://cdn.jsdelivr.net/npm/axios-cache-interceptor@0.10.6/dist/index.bundle.js"
integrity="sha256-yJbSlTxKmgU+sjlMx48OSjoiUsboy18gXTxUBniEEO0="
src="https://cdn.jsdelivr.net/npm/axios-cache-interceptor@0.10.7/dist/index.bundle.js"
integrity="sha256-Dc3BSxOZSDmoVoB11lhxkqH8VdBQjxWkHUmmDotiKJ4="
crossorigin="anonymous"
></script>
```