Closed (fixed)
Project:
API Client
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
31 Oct 2023 at 23:26 UTC
Updated:
29 Nov 2023 at 15:14 UTC
Jump to comment: Most recent
From @coby.sher in slack: https://drupal.slack.com/archives/C05BP6659U0/p1698411217734069?thread_t...
> An interesting article here on Node.js Buffer and why we maybe shouldn’t use it! TLDR: Apparently under the hood it’s the same as a Unit8Array which is valid in both the browser AND node, while Buffer is node.js only. The article suggests moving away from Buffer and using Unit8Array and a util they made for things like base64 encoding.
We may want to replace our esbuild polyfill stuff with this approach.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
brianperryComment #5
pratik_kambleComment #6
coby.sher commentedComment #7
brianperry