You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Load up Toolbox in Edge and attempt to login - nothing happens when login clicked, console shows error Object doesn't support property or method thenAction. Same error will then occur with calls to Promise.timeout and the entire app is in a pretty weird state (as you would expect).
The text was updated successfully, but these errors were encountered:
amcclain
changed the title
Edge browser does not recognize additions to Promise prototype
Return from fetchJson() does not include additions to Promise prototype in Edge browser
Oct 16, 2019
See zloirock/core-js#178 which describes the issue. In Edge the return of json() is not wrapped and does not return our polyfilled/enhanced Promise as expected.
amcclain
changed the title
Return from fetchJson() does not include additions to Promise prototype in Edge browser
Return from async functions not include additions to Promise prototype in Edge browser
Oct 17, 2019
Load up Toolbox in Edge and attempt to login - nothing happens when login clicked, console shows error
Object doesn't support property or method thenAction
. Same error will then occur with calls toPromise.timeout
and the entire app is in a pretty weird state (as you would expect).The text was updated successfully, but these errors were encountered: