jsbn icon indicating copy to clipboard operation
jsbn copied to clipboard

when I try to load this file in native, I get a errors related to navigator.

Open milhous opened this issue 7 years ago • 1 comments

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.

milhous avatar Aug 06 '17 07:08 milhous

I got the same error