AleksandrRogov / DynamicsWebApi

DynamicsWebApi is a Microsoft Dataverse Web API helper library for JavaScript & TypeScript
MIT License
268 stars 58 forks source link

Rewrite internal DynamicsWebApi functions to use async/await #148

Closed AleksandrRogov closed 1 year ago

AleksandrRogov commented 1 year ago

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.