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
Maybe Google Apps is enforcing an earlier (or limited) JS version? If so, you might need to transpile Arquero (using Babel or similar), adding polyfills for "missing" features like TextDecoder.
When I try to use Arquero in Google Apps Script I receive this error message:
ReferenceError: TextDecoder is not defined
I am calling in my code:
https://cdn.jsdelivr.net/npm/arquero@latest/dist/arquero.min.js
The text was updated successfully, but these errors were encountered: