You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/preamble.js
+27-12Lines changed: 27 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -767,23 +767,38 @@ function getBinary(file) {
767
767
}
768
768
769
769
functiongetBinaryPromise(){
770
-
// If we don't have the binary yet, and have the Fetch api, use that;
771
-
// in some environments, like Electron's render process, Fetch api may be present, but have a different context than expected, let's only use it on the Web
0 commit comments