I have used this msSaveOrOpenBlob method . its was working properly but after update typescript into latest version I am getting multiple error there is two error .
window.navigator.msSaveOrOpenBlob(data, filename);
error TS2322: Type 'Promise<>' is not assignable to type 'IPromise<>'.
What is the fix of that .