Draft: HTTP promises
This proves that we can easily add an async HTTP library and get a performance boost in not having to pause/resume the VM on every HTTP call. This is a complex operation that can be avoided and saves time and memory, on QuickJS especially.
This is still a draft because I haven't taken the time to convert our Pager's nextPage method to optionally return a promise.
Edited by Gabe Rogan