Skip to content

Commit d28fee1

Browse files
Adds missing fallback document
Fixes: #124 (comment)
1 parent c3ac60f commit d28fee1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readme.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ from disk.
101101
file, // the path to the file that is loaded
102102
id, // the id that is used to reference this file
103103
pkg, // the package that this file belongs to fallback
104+
fallback, // async fallback handler to be called if the cache doesn't hold the given file
104105
cb // callback handler that receives the cache data
105106
) {
106107
if (hasError()) {

0 commit comments

Comments
 (0)