mirror of https://github.com/xwiki-labs/cryptpad
Merge branch 'x2t-hack' into 4.14-candidate
This commit is contained in:
commit
ac52af928b
|
@ -1354,7 +1354,7 @@ function createWasm() {
|
|||
}));
|
||||
}
|
||||
function instantiateAsync() {
|
||||
if (!wasmBinary && typeof WebAssembly.instantiateStreaming === "function" && !isDataURI(wasmBinaryFile) && typeof fetch === "function") {
|
||||
if (false && !wasmBinary && typeof WebAssembly.instantiateStreaming === "function" && !isDataURI(wasmBinaryFile) && typeof fetch === "function") {
|
||||
fetch(wasmBinaryFile, {
|
||||
credentials: "same-origin"
|
||||
}).then((function(response) {
|
||||
|
|
Loading…
Reference in New Issue