We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ac60f commit d28fee1Copy full SHA for d28fee1
readme.markdown
@@ -101,6 +101,7 @@ from disk.
101
file, // the path to the file that is loaded
102
id, // the id that is used to reference this file
103
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
105
cb // callback handler that receives the cache data
106
) {
107
if (hasError()) {
0 commit comments