Is anyone aware of a way to make async/await and Promise results work in PAD's "Run JavaScript function on web page" action? If not, is there plans to add support for this?

Is anyone aware of a way to make async/await and Promise results work in PAD's "Run JavaScript function on web page" action? If not, is there plans to add support for this?
This would be a great feature if it works for my browser related working flow, but I don't think it will be supported.
Well, right now I must use conditions and non-determined time waiting code blocks to featch the js async function results, so complicated...