@learncard/init 2.0.14 → 2.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4458,7 +4458,7 @@ __name3(__wbg_adapter_212, "__wbg_adapter_212");
|
|
|
4458
4458
|
var __wbindgen_enum_RequestCredentials = ["omit", "same-origin", "include"];
|
|
4459
4459
|
var __wbindgen_enum_RequestMode = ["same-origin", "no-cors", "cors", "navigate"];
|
|
4460
4460
|
async function __wbg_load(module2, imports) {
|
|
4461
|
-
if (typeof Response === "function" &&
|
|
4461
|
+
if (typeof Response === "function" && module2 instanceof Response) {
|
|
4462
4462
|
if (typeof WebAssembly.instantiateStreaming === "function") {
|
|
4463
4463
|
try {
|
|
4464
4464
|
return await WebAssembly.instantiateStreaming(module2, imports);
|
|
@@ -4897,7 +4897,7 @@ function __wbg_get_imports() {
|
|
|
4897
4897
|
const ret = false;
|
|
4898
4898
|
return ret;
|
|
4899
4899
|
};
|
|
4900
|
-
imports.wbg.
|
|
4900
|
+
imports.wbg.__wbindgen_closure_wrapper12542 = function(arg0, arg1, arg2) {
|
|
4901
4901
|
const ret = makeMutClosure(arg0, arg1, 4131, __wbg_adapter_52);
|
|
4902
4902
|
return ret;
|
|
4903
4903
|
};
|
|
@@ -5028,7 +5028,7 @@ __name3(__wbg_init, "__wbg_init");
|
|
|
5028
5028
|
var didkit_wasm_default = __wbg_init;
|
|
5029
5029
|
var initialized = false;
|
|
5030
5030
|
var generating = false;
|
|
5031
|
-
var init = /* @__PURE__ */ __name3(async (arg = "https://cdn.filestackcontent.com/
|
|
5031
|
+
var init = /* @__PURE__ */ __name3(async (arg = "https://cdn.filestackcontent.com/uJ4ZnJoLRyuHyLgrSDIr") => {
|
|
5032
5032
|
while (generating)
|
|
5033
5033
|
await new Promise((res) => setTimeout(res, 250));
|
|
5034
5034
|
if (initialized)
|