pwlin / cordova-plugin-file-opener2

A File Opener Plugin for Cordova
MIT License
314 stars 583 forks source link

replace all => call with function #303

Closed DannyCollin closed 1 year ago

DannyCollin commented 3 years ago

This is to support IE 11, ES6 function syntax "()=>" has been replaced with "function()".

pwlin commented 3 years ago

Hi @DannyCollin thanks for this PR, but isn't this just syntactic sugar? :)

DannyCollin commented 3 years ago

I need to support IE11, and this is the only way I was able to do it. If you have another solution to avoid that change, I'd be please to try it.

almothafar commented 3 years ago

Internet Explorer is dead

shnist commented 1 year ago

Going to close this PR as IE11 is no longer supported by Windows.