@coincircuit/checkout 0.4.0 → 0.4.1
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.
- package/dist/{chunk-RJ3FMO5K.js → chunk-CUKGHBBE.js} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/react.cjs +1 -1
- package/dist/react.js +1 -1
- package/package.json +1 -1
|
@@ -304,7 +304,7 @@ var CoinCircuitCheckout = class {
|
|
|
304
304
|
"Checkout failed to load."
|
|
305
305
|
);
|
|
306
306
|
this.close();
|
|
307
|
-
},
|
|
307
|
+
}, 3e4);
|
|
308
308
|
iframe.addEventListener("error", () => {
|
|
309
309
|
if (this.loadTimeout) clearTimeout(this.loadTimeout);
|
|
310
310
|
console.error(`[CoinCircuit] iframe error after ${Math.round(performance.now() - this.openedAt)}ms`);
|
package/dist/index.cjs
CHANGED
|
@@ -335,7 +335,7 @@ var CoinCircuitCheckout = class {
|
|
|
335
335
|
"Checkout failed to load."
|
|
336
336
|
);
|
|
337
337
|
this.close();
|
|
338
|
-
},
|
|
338
|
+
}, 3e4);
|
|
339
339
|
iframe.addEventListener("error", () => {
|
|
340
340
|
if (this.loadTimeout) clearTimeout(this.loadTimeout);
|
|
341
341
|
console.error(`[CoinCircuit] iframe error after ${Math.round(performance.now() - this.openedAt)}ms`);
|
package/dist/index.js
CHANGED
package/dist/react.cjs
CHANGED
|
@@ -331,7 +331,7 @@ var CoinCircuitCheckout = class {
|
|
|
331
331
|
"Checkout failed to load."
|
|
332
332
|
);
|
|
333
333
|
this.close();
|
|
334
|
-
},
|
|
334
|
+
}, 3e4);
|
|
335
335
|
iframe.addEventListener("error", () => {
|
|
336
336
|
if (this.loadTimeout) clearTimeout(this.loadTimeout);
|
|
337
337
|
console.error(`[CoinCircuit] iframe error after ${Math.round(performance.now() - this.openedAt)}ms`);
|
package/dist/react.js
CHANGED