Skip to content

Commit 56da5c9

Browse files
committed
Fix fetch on firefox
1 parent 26e5f85 commit 56da5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content_delegate.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ ContentDelegate.prototype.onDownloadAllSubmit = async function (event) {
688688
navigator.userAgent.indexOf('Safari') +
689689
navigator.userAgent.indexOf('Chrome') <
690690
0
691-
? content.fetch
691+
? fetch
692692
: window.fetch;
693693
const options = await getItemsFromStorage('options');
694694
const pacerCaseId = event.data.id.match(/caseid=(\d*)/)[1];

0 commit comments

Comments
 (0)