Skip to content

Adds Uint8Array.*Base64 and Uint8Array.*Hex#118

Open
mhassan1 wants to merge 9 commits into
mainfrom
uint8array-base64
Open

Adds Uint8Array.*Base64 and Uint8Array.*Hex#118
mhassan1 wants to merge 9 commits into
mainfrom
uint8array-base64

Conversation

@mhassan1

@mhassan1 mhassan1 commented Dec 2, 2025

Copy link
Copy Markdown
Collaborator

This PR adds the following ES2026 polyfills:

  • Uint8Array.fromBase64
  • Uint8Array.fromHex
  • Uint8Array.prototype.toBase64
  • Uint8Array.prototype.toHex
  • Uint8Array.prototype.setFromBase64
  • Uint8Array.prototype.setFromHex

It uses the es-arraybuffer-base64 package for the polyfill implementation.

@mhassan1 mhassan1 requested a review from romainmenke December 3, 2025 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant