jsbn
jsbn copied to clipboard
when I try to load this file in native, I get a errors related to navigator.
Hi Andyperlitch.
When I try to load this file in native, I get a error related to navigator:
ReferenceError: navigator is not defined.
When I add a check if those variables exist before calling an object within them, Like this...
if(typeof navigator === "undefined") var navigator = {};
it's working.
Could you pls update it into your code?
Thank you.
I got the same error