As I was reading the APEX 5.1 API documentation the other day, I noticed something pretty interesting under the apex.server namespace. apex.server.process and apex.server.plugin are now returning JavaScript Promises. apex.server.plugin( pAjaxIdentifier, pData, pOptions ) → Promise apex.server.process( pName, pData, pOptions ) → Promise What