edgedb / edgedb-js

The official TypeScript/JS client library and query builder for EdgeDB
https://edgedb.com
Apache License 2.0
510 stars 65 forks source link

Prefer node:crypto #1064

Closed scotttrinh closed 2 months ago

scotttrinh commented 2 months ago

Extension of #1063 which prefers node:crypto over globalThis.crypto due to it being about 10x faster 😅