On Wed, Mar 14, 2012 at 3:53 PM, Glenn Maynard <[email protected]> wrote:
> > It's more than a naming problem. With this string API, one side of the > conversion is always a DOMString. Base64 conversion wants > ArrayBuffer<->ArrayBuffer conversions, so it would belong in a separate API. > Huh. The scenarios I've run across are Base64-encoded binary data islands embedded in textual container formats like XML or JSON, which yield a DOMString I want to decode into an ArrayBuffer.
