Promise.prototype.finally has been part of the ECMAScript specification for more than a year and gives no errors in most browsers.
When used within Teams desktop app, I see "Promise.prototype.finally() is not a function" error in console. Is there any documentation available on what can be used within a Teams app?
I can polyfill this function but wished to know about documentation on any other quirks or support on what to use?
Why is this issue caused in Teams desktop app and not the Teams web app?