Go to file
Victor Costan 00b5c14843 Fix atob to match browser implementations
Test case:
atob('/A==') === String.fromCharCode(252) should be true
2012-09-13 02:15:36 -03:00
atob Fix atob to match browser implementations 2012-09-13 02:15:36 -03:00
btoa added cli tool 2012-06-26 13:28:01 -06:00
localStorage subtree merged in localStorage 2012-05-19 15:48:39 -06:00
README.md first commit 2011-07-14 17:27:19 -06:00

README.md

Goals

  • reserve the names of W3C modules ('geolocation', 'locacStorage', etc) on npm
  • implement W3C modules for node