We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d62837c commit 6a3f991Copy full SHA for 6a3f991
README.md
@@ -20,8 +20,9 @@ npm install --save cache-api-keyval
20
<script src="/cache-api-keyval.js"></script>
21
<script>
22
23
-// wait for Cache API accessibility test to complete
24
-// the test is very fast, should be instant
+// optional: wait for async browser check to complete
+// the test checks if Cache API is blocked by privacy or cookie settings
25
+// the callback is not required if you initiate the database sufficient time after the cache-api-keyval.js script is loaded
26
onCacheApiDB(function() {
27
28
// load database
0 commit comments