[whatwg] BinaryEncoding for Typed Arrays using window.btoa and window.atob
Kornel Lesiński
kornel at geekhood.net
Tue Aug 6 05:28:45 PDT 2013
On Mon, 05 Aug 2013 21:39:22 +0100, Chang Shu <cshu01 at gmail.com> wrote:
> I see your point now, Simon. Technically both approaches should work.
> As you said, yours has the limitation that the implementation does not
> know which view to return unless you provide an enum type of parameter
> instead of boolean to atob.
In that case it'd be better to return ArrayBuffer, so the user can wrap it
in any type they want (including DataView).
--
regards, Kornel
More information about the whatwg
mailing list