Open
Description
π Search Terms
- toBase64
π Version & Regression Information
- This is the behavior in v5.9.0-dev.20250512.
β― Playground Link
π» Code
Uint8Array.fromBase64()
Uint8Array.fromHex()
Uint8Array.prototype.setFromBase64()
Uint8Array.prototype.setFromHex()
Uint8Array.prototype.toBase64()
Uint8Array.prototype.toHex()
π Actual behavior
Property XXX does not exist β¦
errors in each case.
π Expected behavior
Correct type definitions should exist.
Additional information about the issue
These features have been implemented by every major JavaScript engine except V8.
See:
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array/toBase64#browser_compatibility (where it is marked, "Limited availability")
See also: