docs: updated download urls

This commit is contained in:
arthurfiorette 2022-03-04 13:56:48 -03:00
parent 41d9fe1d4d
commit e2f2428b75
No known key found for this signature in database
GPG Key ID: 9D190CD53C53C555
2 changed files with 17 additions and 29 deletions

View File

@ -1,20 +1,20 @@
# Result
Run at Mon, 21 Feb 2022 18:03:01 GMT
Commit: 4a13dc0c46ac5fc7b814fb38b84d1927365e21ba
Run at Fri, 04 Mar 2022 16:50:35 GMT
Commit: 41d9fe1d4d94c547a25afb5ce3985486f949f0d3
CACHE INTERCEPTOR
Operations: 45745/s
Network requests: 1 of 226224
Operations: 44556/s
Network requests: 1 of 218002
Performance: 100%
CACHE ADAPTER
Operations: 37947/s
Network requests: 2 of 191384
Performance: 83%
Operations: 38311/s
Network requests: 2 of 185666
Performance: 86%
AXIOS
Operations: 2129/s
Network requests: 10436 of 10436
Performance: 5%
Operations: 1952/s
Network requests: 9639 of 9639
Performance: 4%

View File

@ -29,25 +29,13 @@ const { setupCache } = require('axios-cache-interceptor/umd');
```html
<!-- Development build for ES2020+ (~11.2 KiB) -->
<script
src="https://cdn.jsdelivr.net/npm/axios-cache-interceptor@0.9.2/umd/dev.js"
integrity="sha256-ppGTu7loKobC0whY8JMCs7u+f4IC25Sxy1SEdkQV8pw="
crossorigin="anonymous"
></script>
<script src="https://cdn.jsdelivr.net/npm/axios-cache-interceptor@0.9.3/umd/dev.js" integrity="sha256-rA/FnVuUARurz1Bf4Z39FYKwRxwof9EyDXUvNXpme7Y=" crossorigin="anonymous"></script>
<!-- Production for ES2017+ (~9.76 KiB) -->
<script
src="https://cdn.jsdelivr.net/npm/axios-cache-interceptor@0.9.2/umd/index.js"
integrity="sha256-GVujhv/FjIcQS7CSJQmH4jAq0apkRyUwnhpTpmhwmrE="
crossorigin="anonymous"
></script>
<!-- Production for ES2017+ (~9.74 KiB) -->
<script src="https://cdn.jsdelivr.net/npm/axios-cache-interceptor@0.9.3/umd/index.js" integrity="sha256-j8ypa8+fqXmln3IeNAFQt5ptzfkOettceB7qQmIDIW4=" crossorigin="anonymous"></script>
<!-- Production for ES5+ (~14 KiB) (Needs Promise polyfill) -->
<script
src="https://cdn.jsdelivr.net/npm/axios-cache-interceptor@0.9.2/umd/es5.js"
integrity="sha256-IwfbnPJdKLj4NDcX3I9yccqTBcFroIHnmuPb2zqb+6w="
crossorigin="anonymous"
></script>
<!-- Production for ES5+ (~13.9 KiB) (Needs Promise polyfill) -->
<script src="https://cdn.jsdelivr.net/npm/axios-cache-interceptor@0.9.3/umd/es5.js" integrity="sha256-UCAsKcSsVNscI3Zydh5pmQt3QtRdLP4cF4rUwq0KLDY=" crossorigin="anonymous"></script>
```
```js
@ -60,10 +48,10 @@ You can import any [CDN Url](#with-cdns) and use it in your code. **UMD Compatib
```js
// ESM with Skypack CDN
import { setupCache } from 'https://cdn.skypack.dev/axios-cache-interceptor@0.9.2';
import { setupCache } from 'https://cdn.skypack.dev/axios-cache-interceptor@0.9.3';
// UMD with JSDeliver CDN
import { setupCache } from 'https://cdn.jsdelivr.net/npm/axios-cache-interceptor@0.9.2/umd/index.js';
import { setupCache } from 'https://cdn.jsdelivr.net/npm/axios-cache-interceptor@0.9.3/umd/index.js';
```
## Official support table