From: Chris Duncan Date: Sun, 16 Aug 2026 08:56:20 +0000 (-0700) Subject: Fix transfer of full buffer instead of just array view. X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=c5eb63f4821a07e05cc400bdf8e8e53509e3e1be;p=nano25519.git Fix transfer of full buffer instead of just array view. --- diff --git a/src/lib/worker.ts b/src/lib/worker.ts index 1efcd1f..ecb732f 100644 --- a/src/lib/worker.ts +++ b/src/lib/worker.ts @@ -197,10 +197,8 @@ async function dispatch (data: Record<'action', Action> & Record