Problem/Motivation

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.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork api_client-3398216

Command icon Show commands

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

brianperry created an issue. See original summary.

brianperry’s picture

pratik_kamble made their first commit to this issue’s fork.

pratik_kamble’s picture

Status: Active » Needs review
coby.sher’s picture

Status: Needs review » Reviewed & tested by the community
brianperry’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.