Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid use of Buffer as it does not exist in the Web natively #4569

Merged
merged 6 commits into from
Dec 4, 2024

Conversation

t3chguy
Copy link
Member

@t3chguy t3chguy commented Dec 3, 2024

Avoids touching legacy crypto as much as possible given it is on its way out

Breaking change as some types change slightly

Signed-off-by: Michael Telatynski <[email protected]>
Copy link
Member

@andybalaam andybalaam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks; one question.

src/base64.ts Outdated Show resolved Hide resolved
src/base64.ts Outdated Show resolved Hide resolved
Signed-off-by: Michael Telatynski <[email protected]>
Signed-off-by: Michael Telatynski <[email protected]>
Copy link
Member

@AndrewFerr AndrewFerr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 for the change to the matrixrtc test.

@t3chguy t3chguy added this pull request to the merge queue Dec 4, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 4, 2024
@t3chguy t3chguy merged commit beb3721 into develop Dec 4, 2024
29 checks passed
@t3chguy t3chguy deleted the t3chguy/web-friendly-buffers branch December 4, 2024 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants