You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ext/node): return errors instead of panicking in ECDH ops (#714)
* fix(ext_node): return errors instead of panicking in ECDH ops
`op_node_ecdh_compute_secret` and `op_node_ecdh_compute_public_key`
panicked via `.expect()` on malformed keys and `todo!()` on unknown
curves, taking down the runtime on user-supplied input. Both ops now
return a new `EcdhError`, which is mapped to `TypeError` for JS.
Ref: denoland/deno#33751
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
* fix: flaky tests
---------
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
feat: expose EdgeRuntime.miCollect() to main worker for mimalloc forc…
…e purge (#698)
* feat: expose EdgeRuntime.miCollect() to main worker for mimalloc force purge
* stamp: clippy