Static methods
staticasync(code:Dynamic):Dynamic
In JavaScript, runs the given block of code within an async
function,
enabling the await
keyword. On other targets, runs the code normally.
staticasync(code:Dynamic):Dynamic
In JavaScript, runs the given block of code within an async
function,
enabling the await
keyword. On other targets, runs the code normally.