summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src/helpers/iso/isoCrypto/getWebCrypto.ts
AgeCommit message (Expand)Author
2024-03-05Tweak comment wordingMatthew Miller
2024-02-26Update getWebCrypto for Node 20 globalThis.cryptoMatthew Miller
2024-02-08Add note about webpackIgnore magic commentMatthew Miller
2024-02-08fix: ignore `import("node: crypto")` by webpackBalázs Orbán
2023-10-27Remove console.log statementsMatthew Miller
2023-10-27Make node:crypto import more resilientMatthew Miller
2023-10-26Add more test coverageMatthew Miller
2023-10-26Remove console.logMatthew Miller
2023-10-26Try to use globalThis.crypto firstMatthew Miller
2023-08-23Fix dynamic import attemptMatthew Miller
2023-08-18Use single-quotes and increase line widthMatthew Miller
2023-08-18Fix issue with getWebCrypto in NodeMatthew Miller
2023-08-18Finish thought in getWebCryptoMatthew Miller
2023-08-16Run `deno fmt` on everythingMatthew Miller
2023-08-16Add getWebCrypto to isoCryptoMatthew Miller