testing with the offline page

This commit is contained in:
vabene1111
2021-01-17 21:26:56 +01:00
parent 803369a7a6
commit b52c3d6bd4

View File

@@ -28,4 +28,19 @@
<br/>
</div>
{% endblock %}
{% block script %}
<script type="application/javascript">
caches.open('html').then(productsRuntimeCache => {
productsRuntimeCache.keys().then(keys => {
console.log(keys)
});
});
</script>
{% endblock %}