Updated AsyncFunction (markdown)

Namhyeon Go 2024-08-07 11:58:55 +09:00
parent 4575279762
commit bd5d1692ef

@ -1,3 +1,5 @@
# Functions
## AsyncFunction
JScript does not support the `async` keyword. So, WelsonJS uses the `AsyncFunction` class made by itself.