Commit Graph

5 Commits

Author SHA1 Message Date
Victor Costan b35a566ac6 Fix atob to match browser implementations
Test case:
atob('/A==') === String.fromCharCode(252) should be true
2012-09-13 02:15:36 -03:00
AJ ONeal 93f1bdea38 Revert "Not using the deprecated / broken api (assuming that it was working before)"
This reverts commit 13ac655b1c256140f20be89e84c605e32feac580.
2012-02-20 14:46:43 -07:00
AJ ONeal 0bfb5bd0c8 Not using the deprecated / broken api (assuming that it was working before) 2012-02-20 14:44:50 -07:00
AJ ONeal 65407a29d0 fixed mixup of atob / btoa 2011-09-09 14:56:22 -06:00
AJ ONeal aacae887e8 added atob 2011-09-08 22:18:42 -06:00