With Office.js, the Office Add-ins run in a version of Internet Explorer on Windows, WebKit on Mac/iOS, and whatever browser is supported by Office 365. I'm assuming that Internet Explorer is going to be the short end of the stick in terms of compatibility with modern Web APIs.
When developing an add-in with Office.js, what version of Internet Explorer should be a target and provide polyfills for missing features such as fetch and the like? Does Office.js provide a polyfill for Promise?
The dev.office.com documentation has no guidance that I can find on these pages: