Skip to content

Comments

Removed padding characters from all base64 encoded strings.#854

Merged
sanex3339 merged 1 commit intomasterfrom
btoa-atob-remove-padding
Jan 1, 2021
Merged

Removed padding characters from all base64 encoded strings.#854
sanex3339 merged 1 commit intomasterfrom
btoa-atob-remove-padding

Conversation

@sanex3339
Copy link
Member

Removed RegExp that trims padding characters from base64 encoded strings from atob code helper to prevent mutation of RegExp.$1 value during calls to the stringArray. Fixed #829

Removed RegExp that trims padding characters from `base64` encoded strings from `atob` code helper to prevent mutation of `RegExp.$1` value during calls to the `stringArray`. Fixed #829
@sanex3339 sanex3339 merged commit 09bd29f into master Jan 1, 2021
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.

RegExp.$1 not get the right value

1 participant