Skip to content

Commit 6a3f991

Browse files
committed
description
1 parent d62837c commit 6a3f991

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ npm install --save cache-api-keyval
2020
<script src="/cache-api-keyval.js"></script>
2121
<script>
2222
23-
// wait for Cache API accessibility test to complete
24-
// the test is very fast, should be instant
23+
// optional: wait for async browser check to complete
24+
// 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
2526
onCacheApiDB(function() {
2627
2728
// load database

0 commit comments

Comments
 (0)