simontonsoftware / s-libs

A collection of libraries for any of javascript, rxjs, or angular.
MIT License
43 stars 5 forks source link

[js-core] Look into `Promise.withResolvers` #116

Open ersimont opened 6 months ago

ersimont commented 6 months ago

Would this allow any improvement to Deferred? https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/withResolvers

ersimont commented 6 months ago

Not currently available in the default TS lib scaffolded w/ Angular. (Currently v17, using TS 5.2)