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.