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: ensure TextEncoder never returns pooled arrays
Previous impl always ensured 0-offset arrays, but not that there
is no data _past_ the returned view.
This only affects Node.js-like platforms, as only there native
buffers are pooled.
0 commit comments