Add native base64 test (atob and btoa).
Interestingly it turns out that using the native base64 routines does not improve performance. Likely because the actual time is in marshalling/unmarshalling between strings and arrays (and associated garbage collection overhead) which has to be done either way.
Showing
tests/base64.html
0 → 100644
Please
register
or
sign in
to comment