Appscript now supports v8 nodejs-style runtime!
appscript receives a second engine!
Async support! Good times: we can combine both synchronous and asynchronous now! Appscript’s first runtime is synchronous, then what is async(hronous)? Well, just imagine doing several things at once:
With asynchronous, things happen at the same time (parallel).
[Read More]