vgrechka
fun delay(ms: Int): Promise<Unit> = Promise {resolve, _ -> window.setTimeout({resolve(Unit)}, ms) }