From 2cf9cd1968ba86402b40c81a778fb3187bd87597 Mon Sep 17 00:00:00 2001 From: David Chambers Date: Thu, 5 May 2011 11:03:31 +1000 Subject: [PATCH] Added Base64 polyfill. --- data.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data.js b/data.js index d687a8aed..c04f1955c 100644 --- a/data.js +++ b/data.js @@ -369,5 +369,12 @@ var MicroJS = [ tags: ["ajax"], description: "Simple AJAX library.", url: "http://code.google.com/p/microajax/" + }, + { + name: "Base64.js", + size: "0.9k", + tags: ["polyfill"], + description: "`window.btoa` and `window.atob` for browsers which don't provide these functions.", + url: "https://bitbucket.org/davidchambers/base64.js" } ];