From b2031eee337db66dae1dee17ebdd531928ea7fdc Mon Sep 17 00:00:00 2001 From: "stan.donarise" Date: Wed, 10 Jul 2024 05:24:51 +0300 Subject: [PATCH] async fetch --- app/app.view.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.view.ts b/app/app.view.ts index db129a0..b94e6cd 100644 --- a/app/app.view.ts +++ b/app/app.view.ts @@ -135,7 +135,7 @@ namespace $.$$ { } ) setTimeout( ()=> { - this.$.$mol_fetch.success( 'https://crus.absolidix.com', { + this.$.$mol_wire_async(this).$.$mol_fetch.success( 'https://crus.absolidix.com', { method: 'post', headers: { "Content-Type": "application/x-www-form-urlencoded",