Removal of base64js and buffer, updating of typescript to latest. - #133
Merged
Ron BI (ron-b) merged 4 commits intoSep 18, 2025
Merged
Ron BI (ron-b) merged 4 commits into
Ron BI (ron-b) merged 4 commits into
Conversation
Ron BI (ron-b)
commented
Sep 17, 2025
Contributor
- Move to a standard use of UInt8Array instead of the ArrayBuffer used before, remove utils such as ArrayReader.
- Move to a standalone base64 conversion functions (until this becomes more widely adopted - UInt8Array.fromBase64) - by doing so, remove the base64-js dependency and the Buffer dependency.
- Introduce extensive tests for standalone conversion functions.
…t in upcoming changes.
…ntional use of Buffer and Uint8Array.
- Use UInt8Array and standalone base64 conversion functions (until native browser support become more widely available) - Organize all UInt8Array utilities under arrayUtils - Use natively supported TextDecoder and TextEncoder for xml conversions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.