edgedb-js
edgedb-js copied to clipboard
Use browser crypto for SCRAM
trafficstars
Since all supported platforms support browser-compatible crypto, remove
the extraneous adapters and standardize on the browser API. This
requires a flag for Node v18 to enable the browser global
--experimental-global-webcrypto, but this is already required by a few
other libraries in our ecosystem.
I'm going to sit on this for a while. Feels like something that we'd want to require a major version bump 😰