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 729b3a1 commit e6b9aceCopy full SHA for e6b9ace
fetch.js
@@ -259,7 +259,7 @@ export function fetch(...args: any): Promise {
259
if (options.path || options.fileCache || options.addAndroidDownloads
260
|| options.key || options.auto && respInfo.respType === 'blob') {
261
if (options.session)
262
- session(options.session).add(data);
+ fs.session(options.session).add(data);
263
}
264
respInfo.rnfbEncode = rawType;
265
resolve(new FetchBlobResponse(taskId, respInfo, data));
0 commit comments