kjur / jsrsasign

The 'jsrsasign' (RSA-Sign JavaScript Library) is an opensource free cryptography library supporting RSA/RSAPSS/ECDSA/DSA signing/validation, ASN.1, PKCS#1/5/8 private/public key, X.509 certificate, CRL, OCSP, CMS SignedData, TimeStamp, CAdES and JSON Web Signature/Token in pure JavaScript.
https://kjur.github.io/jsrsasign
Other
3.25k stars 646 forks source link

Fix error loading library in Postman #569

Closed samueldiethelm closed 1 year ago

samueldiethelm commented 1 year ago

Loading the library in Postman test scripts throws an error because window is not defined. Fixed how definition of window is checked.

kjur commented 1 year ago

Hi @samueldiethelm , thank you for your PR.