arcjet-js icon indicating copy to clipboard operation
arcjet-js copied to clipboard

Avoid nodejs-specific imports if possible

Open blaine-arcjet opened this issue 1 year ago • 0 comments

Our JS version of fingerprinting imports crypto which is a nodejs-specific import. We should instead rely upon the Crypto or SubtleCrypto global (which is also available in node).

blaine-arcjet avatar Oct 23 '23 21:10 blaine-arcjet