AleksandrRogov / DynamicsWebApi

DynamicsWebApi is a Microsoft Dataverse Web API helper library for JavaScript & TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rewrite internal DynamicsWebApi functions to use async/await

AleksandrRogov opened this issue · comments

Rewriting internal functions to be async/await that from the beginning made use of callbacks to support older browsers and node.js applications.
xhr and http modules will still use callbacks.