2022-01-07 15:23:26 -03:00

105 lines
3.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0"
/>
<meta
name="description"
content="A small and efficient cache interceptor for axios."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://axios-cache-interceptor.js.org" />
<meta property="og:title" content="Axios Cache Interceptor" />
<meta
property="og:description"
content="Small and efficient cache interceptor for axios."
/>
<meta
property="og:image"
content="https://axios-cache-interceptor.js.org/static/preview.png"
/>
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="57x57" href="/static/apple-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="60x60" href="/static/apple-icon-60x60.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/static/apple-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="/static/apple-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/static/apple-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="120x120" href="/static/apple-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="144x144" href="/static/apple-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="152x152" href="/static/apple-icon-152x152.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/static/apple-icon-180x180.png" />
<link
rel="icon"
type="image/png"
sizes="192x192"
href="/static/android-icon-192x192.png"
/>
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="96x96" href="/static/favicon-96x96.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16x16.png" />
<meta name="msapplication-TileImage" content="/static/ms-icon-144x144.png" />
<meta name="msapplication-TileColor" content="crimson" />
<link rel="manifest" href="/manifest.json" />
<meta name="theme-color" content="crimson" />
<title>Axios Cache Interceptor</title>
<!-- Docsify styles -->
<link
rel="stylesheet"
href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css"
theme="light"
/>
<link rel="stylesheet" href="static/index.css" />
</head>
<body>
<nav style="user-select: none">
<a href="//bundlephobia.com/package/axios-cache-interceptor" target="_blank">
Bundlephobia
</a>
<a href="//packagephobia.com/result?p=axios-cache-interceptor" target="_blank">
Packagephobia
</a>
<span class="separator">|</span>
<a href="//github.com/arthurfiorette/axios-cache-interceptor" target="_blank">
Github
</a>
<a href="//npmjs.com/package/axios-cache-interceptor" target="_blank">Npm</a>
<a href="//jsdelivr.com/package/npm/axios-cache-interceptor" target="_blank">
JsDelivr
</a>
<span class="separator">|</span>
<a id="edit-this-page" href="#" title="Edit this page">✏️</a>
</nav>
<div id="app">Please wait...</div>
<script src="static/runkit.js"></script>
<script src="static/index.js"></script>
<!-- Docsify -->
<script
crossorigin
src="//cdn.jsdelivr.net/npm/docsify@4/lib/docsify.min.js"
></script>
<!-- Search plugin -->
<script
crossorigin
src="//cdn.jsdelivr.net/npm/docsify@4/lib/plugins/search.min.js"
></script>
<!-- Typescript Syntax highlighting -->
<script
crossorigin
src="https://cdn.jsdelivr.net/npm/prismjs@1/components/prism-typescript.min.js"
></script>
</body>
</html>