Re: using BlobBuilder append method with generated binary data

On 12/12/10 11:09 AM, Toni Ruottu wrote:
> Can I rest assured that...
> ui8a[i] = output.charCodeAt(i);
> ...is alway equal to...
> ui8a[i] = (datastr.charCodeAt(i)&  0xff);

In general, no.

In the case of http://appmator.appspot.com/ yes, due to the way |output| 
is generated.

-Boris

Received on Sunday, 12 December 2010 16:16:04 UTC