erquhartE
Convex Community2y ago
13 replies
erquhart

Support ES2023 immutable Array methods in Convex runtime

ES2023 introduced non-mutating versions of array methods like
.reverse()
and
.splice()
(
.toReversed()
and
.toSpliced()
respectively. Supported in Node 20 and current browsers.
Was this page helpful?