Message from discussion
browser atob() in node?
Received: by 10.224.70.131 with SMTP id d3mr4914617qaj.0.1350166862426;
Sat, 13 Oct 2012 15:21:02 -0700 (PDT)
X-BeenThere: nodejs@googlegroups.com
Received: by 10.224.188.14 with SMTP id cy14ls7886684qab.8.gmail; Sat, 13 Oct
2012 15:20:43 -0700 (PDT)
Received: by 10.224.223.14 with SMTP id ii14mr4912465qab.3.1350166843415;
Sat, 13 Oct 2012 15:20:43 -0700 (PDT)
Received: by 10.224.223.14 with SMTP id ii14mr4912464qab.3.1350166843405;
Sat, 13 Oct 2012 15:20:43 -0700 (PDT)
Return-Path: <isaacschlue...@gmail.com>
Received: from mail-qa0-f54.google.com (mail-qa0-f54.google.com [209.85.216.54])
by gmr-mx.google.com with ESMTPS id ba11si2172564qcb.2.2012.10.13.15.20.43
(version=TLSv1/SSLv3 cipher=OTHER);
Sat, 13 Oct 2012 15:20:43 -0700 (PDT)
Received-SPF: pass (google.com: domain of isaacschlue...@gmail.com designates 209.85.216.54 as permitted sender) client-ip=209.85.216.54;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of isaacschlue...@gmail.com designates 209.85.216.54 as permitted sender) smtp.mail=isaacschlue...@gmail.com; dkim=pass header...@gmail.com
Received: by mail-qa0-f54.google.com with SMTP id y23so474459qad.20
for <nodejs@googlegroups.com>; Sat, 13 Oct 2012 15:20:43 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=mime-version:sender:in-reply-to:references:date
:x-google-sender-auth:message-id:subject:from:to:content-type
:content-transfer-encoding;
bh=/bmhREsQLBkg4KCp8e6onQ8HFD39cijbGRtgeYCZnjI=;
b=oTm71JLBNblofRk/XeXszmXDVxvtmDuUUfi9xUOusiLLr+vz5/m6H/m7N2vA6dcsfw
K7agQXc+ziEbWIPgL3NgDTesCrSdjrDaXcZomBbHGIe85FULqbLNBLUiywCkcfdjV+gk
8bEOCcw3MUsQ8YW4oWApH86egCLwRouYvBcKBHzVN9X9NtiArQtLFj2yoXvqXAwx6mYp
CxIKK0cEw2jPueWu3OZKDaBBu1JHL3njrWdhLu6gl0DT3UVysokkiNi/+eGVGSX7TmZR
LFobg58wuZWNObd59RUZz1nfHN6BAjTlStLGWCogdZT1zTzBM02M8ZidWiJ9C7SDNJcj
K0rA==
MIME-Version: 1.0
Received: by 10.49.1.194 with SMTP id 2mr18323434qeo.56.1350166843189; Sat, 13
Oct 2012 15:20:43 -0700 (PDT)
Sender: isaacschlue...@gmail.com
Received: by 10.49.58.164 with HTTP; Sat, 13 Oct 2012 15:20:43 -0700 (PDT)
In-Reply-To: <CAHfnhfoz=voBQ+HcNLH-1q1b4MAtTOxK485YO0crhmjFDRG...@mail.gmail.com>
References: <5079D95D.7010...@felipegasper.com>
<CAHfnhfoz=voBQ+HcNLH-1q1b4MAtTOxK485YO0crhmjFDRG...@mail.gmail.com>
Date: Sat, 13 Oct 2012 15:20:43 -0700
Message-ID: <CADcwD-G2fFcxg3ZBYiO0UJV77ezU_2phkj8xn1C2q1auOfU...@mail.gmail.com>
Subject: Re: [nodejs] browser atob() in node?
From: Isaac Schlueter <i...@izs.me>
To: nodejs@googlegroups.com
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
Or:
new Buffer(b64string, 'base64').toString('binary')
On Sat, Oct 13, 2012 at 2:28 PM, Rick Waldron <waldron.r...@gmail.com> wrot=
e:
>
>
> On Sat, Oct 13, 2012 at 5:13 PM, Felipe Gasper <fel...@felipegasper.com>
> wrote:
>>
>> Hi all,
>>
>> What=E2=80=99s the best way to emulate atob() as modern browsers=
implement
>> it? (At least, I am fairly sure the Mozilla implementation is a de facto
>> =E2=80=9Cstandard=E2=80=9D?)
>
>
> https://npmjs.org/package/atob
>
>>
>>
>>
>> -Felipe Gasper
>> Houston, TX
>>
>> --
>> Job Board: http://jobs.nodejs.org/
>> Posting guidelines:
>> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
>> You received this message because you are subscribed to the Google
>> Groups "nodejs" group.
>> To post to this group, send email to nodejs@googlegroups.com
>> To unsubscribe from this group, send email to
>> nodejs+unsubscribe@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/nodejs?hl=3Den?hl=3Den
>
>
> --
> Job Board: http://jobs.nodejs.org/
> Posting guidelines:
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to nodejs@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=3Den?hl=3Den