RESOLVED FIXED 274503
Update base64EncodeToString() / base64URLEncodeToString() overloads
https://bugs.webkit.org/show_bug.cgi?id=274503
Summary Update base64EncodeToString() / base64URLEncodeToString() overloads
Chris Dumez
Reported 2024-05-21 21:52:40 PDT
Update base64EncodeToString() / base64URLEncodeToString() overloads to force the call sites to provide either a `std::span<const std::byte>` or a `std::span<const uint8_t>`. This is a step towards our broader std::span adoption and using more consistent typing to represent bytes.
Attachments
Chris Dumez
Comment 1 2024-05-21 21:57:13 PDT
EWS
Comment 2 2024-05-22 10:38:07 PDT
Committed 279138@main (513f6e7095e6): <https://commits.webkit.org/279138@main> Reviewed commits have been landed. Closing PR #28898 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2024-05-22 10:40:11 PDT
Note You need to log in before you can comment on or make changes to this bug.