blog-examples icon indicating copy to clipboard operation
blog-examples copied to clipboard

Blog Examples

Results 6 blog-examples issues
Sort by recently updated
recently updated
newest added

It seems to me there is a bug in the base64 decode. How could (enc3 == 64) on line 88, since you removed all paddings on line 59? enc3 can...

I read issue #2 which was asking about removing `decodeArrayBuffer`. After reading your answer what's its purpose is still not clear to me. It returns an array with size always...

http://blog.danguer.com/2011/10/24/base64-binary-decoding-in-javascript/ So,I decide to stat it

The 'bytes' value for my data was ending up as a decimal, e.g. 415.5. I found that Firefox was erroring on this value; Chrome seemed to handle it in stride....

I'm trying to use your script to decode canvas data in android and get the subject error. I'm reading that this is not supported in Android 2.3. Is there any...