compat-table
compat-table copied to clipboard
Implement the "Uint8Array to/from base64 and hex" tests
I am not sure about the 'significance' field.
The tests from https://github.com/es-shims/es-arraybuffer-base64/tree/main/test could help make these more thorough.
(There's also 6 methods, and you've only got 4 methods added here)
I have added the 2 missing tests, but I don't believe the tests here need to be so complete... are we going for conformance tests or basic functionality tests?
They definitely don't need to be fully complete - more like, find some of the edge cases, and exercise all of the options.