Closed GoogleCodeExporter closed 8 years ago
I'll try to discover what I can, but it's hard to test without a smart TV
available.
Original comment by Jeff.Mott.OR
on 30 Mar 2012 at 1:05
Okey, it seems to be working fine if I remove the check
if(typeof btoa=="function")
return btoa(g.bytesToString(b));
from bytesToBase64() in crypto-sha256-hmac.js.
Original comment by miteshis...@gmail.com
on 30 Mar 2012 at 1:17
I assume, it's a check if you have this uility/function available in the
browser you used it directly.
However, this check make your inscription browser dependent...
Original comment by miteshis...@gmail.com
on 31 Mar 2012 at 7:40
Indeed. I'll remove the check and use of btoa.
Original comment by Jeff.Mott.OR
on 31 Mar 2012 at 7:52
As I said earlier, I don't have a smart TV for testing, but I removed the use
of "btoa" in r497 and released in v2.5.4. Presumably this will resolve the
issue.
Original comment by Jeff.Mott.OR
on 30 May 2012 at 2:14
Original issue reported on code.google.com by
miteshis...@gmail.com
on 30 Mar 2012 at 12:25