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
We are using "finally" Promise polifill since this function is not supported by Internet Explorer browser.
After integration of FileManager it turned out that function "finally" disappeared from Promise prototype.
After brief check of FileManager package code I have found following piece of code:
We are using "finally" Promise polifill since this function is not supported by Internet Explorer browser.
After integration of FileManager it turned out that function "finally" disappeared from Promise prototype.
After brief check of FileManager package code I have found following piece of code:
It looks like Promise prototype is being erased and only "then" and "catch" functions are being added.
The text was updated successfully, but these errors were encountered: