Vincent Morneau Blog
  • APEX & CSS
  • APEX & JS
  • Open Source
  • About me
Subscribe
Tagged

promise

A collection of 3 posts

Fetch API for Oracle APEX - Part 2: Securing Endpoints
orclapex

Fetch API for Oracle APEX - Part 2: Securing Endpoints

Fetch API series: Part 1: Basic UsagePart 2: Securing EndpointsPart 3: Security SIMPLIFIEDThis is a follow-up to my previous blog post: Using the Fetch API in Oracle APEX. In that post, I explained how to fetch data from an ORDS endpoint and display it as a regular APEX template (example

  • VincentMorneau
VincentMorneau Jan 7, 2021 • 7 min read
Fetch API for Oracle APEX - Part 1: Basic Usage
orclapex

Fetch API for Oracle APEX - Part 1: Basic Usage

Fetch API series: Part 1: Basic UsagePart 2: Securing EndpointsPart 3: Security SIMPLIFIEDFetch is a JavaScript API native to all browsers that allows you to make a request to a URL. That request returns a response, which you can then use any way you want. Without passing any option to

  • VincentMorneau
VincentMorneau Jan 5, 2021 • 5 min read
JavaScript Promises in APEX
oracle

JavaScript Promises in APEX

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

  • VincentMorneau
VincentMorneau Sep 25, 2016 • 5 min read
Vincent Morneau Blog © 2022
Powered by Ghost