@wastedondestiny/destiny-library 1.6.3 → 1.6.4
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/destiny-library.js
CHANGED
|
@@ -4292,7 +4292,7 @@ function _M(B = "all") {
|
|
|
4292
4292
|
function YM(B = 1e4, A = 100) {
|
|
4293
4293
|
const g = T(!1), C = T();
|
|
4294
4294
|
let I, Q;
|
|
4295
|
-
const E = () => new Promise((w, D) => {
|
|
4295
|
+
const E = () => ((window.adsbygoogle = window.adsbygoogle || []).push({}), new Promise((w, D) => {
|
|
4296
4296
|
var i;
|
|
4297
4297
|
if ((i = window.adsbygoogle) != null && i.loaded) {
|
|
4298
4298
|
g.value = !0, w(window.adsbygoogle);
|
|
@@ -4304,7 +4304,7 @@ function YM(B = 1e4, A = 100) {
|
|
|
4304
4304
|
var s;
|
|
4305
4305
|
(s = window.adsbygoogle) != null && s.loaded && (clearInterval(I), clearTimeout(Q), g.value = !0, w(window.adsbygoogle));
|
|
4306
4306
|
}, A);
|
|
4307
|
-
}), M = async () => await E();
|
|
4307
|
+
})), M = async () => await E();
|
|
4308
4308
|
return MB(() => {
|
|
4309
4309
|
I && clearInterval(I), Q && clearTimeout(Q);
|
|
4310
4310
|
}), {
|