trxcllnt commented on code in PR #256:
URL: https://github.com/apache/arrow-js/pull/256#discussion_r2294076340
##
src/util/utf8.ts:
##
@@ -17,7 +17,7 @@
const decoder = new TextDecoder('utf-8');
/** @ignore */
-export const decodeUtf8 = (buffer?: BufferSource) => decoder.dec
Copilot commented on code in PR #256:
URL: https://github.com/apache/arrow-js/pull/256#discussion_r2289669242
##
src/util/utf8.ts:
##
@@ -17,7 +17,7 @@
const decoder = new TextDecoder('utf-8');
/** @ignore */
-export const decodeUtf8 = (buffer?: BufferSource) => decoder.deco
alecgibson opened a new pull request, #256:
URL: https://github.com/apache/arrow-js/pull/256
Fixes https://github.com/apache/arrow-js/issues/45
This library runs in modern browsers, but is also intended for use in
maintained versions of Node.js, which means that the TypeScript types c