Albareto i am using this code piece in a javascript function, being called when a user clicks on some button on GUI:
this works absolutely fine with Chrome browser, but when i run same in IE ... nothing happens on button click and when i view browser console for errors i see :
SCRIPT438: Object doesn't support property or method 'btoa' please let me know if further details required ...
If you don't want to show your code we cannot really help you, the only thing I can tell you is that this code works in IE:
So I don't know what you are doing wrong or why it does not work because the only thing you show is one line without any context of what you are including whatsoever.