Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > de.comp.lang.misc > #1920
| From | Thomas 'PointedEars' Lahn <PointedEars@web.de> |
|---|---|
| Newsgroups | de.comp.lang.javascript, de.comp.lang.misc |
| Subject | escape() und window.atob() (was: JavaScript) |
| Followup-To | de.comp.lang.javascript |
| Date | 2017-04-14 02:50 +0200 |
| Organization | PointedEars Software (PES) |
| Message-ID | <5644496.l91on0YnTC@PointedEars.de> (permalink) |
| References | <JavaScript-20170402004405@ram.dialup.fu-berlin.de> <obqptb.os.1@stefan.msgid.phost.de> |
Cross-posted to 2 groups.
Followups directed to: de.comp.lang.javascript
Stefan Reuther wrote:
> Von den benutzten Funktionen ist 'decodeURIComponent' eine
> Standardfunktion von ECMAScript,
Korrekt.
> 'escape' eine optionale Funktion ("when the ECMAScript host is a web
> browser"),
Interessant. Mir war entgangen, dass sich das in ECMAScript 2015 (Edition
6.0) geändert hat:
<http://www.ecma-international.org/ecma-262/6.0/#sec-additional-ecmascript-features-for-web-browsers>
<http://www.ecma-international.org/ecma-262/6.0/#sec-additional-built-in-properties>
In Edition 5.1 (2011) war dieser Anhang noch rein informativ und nahm auch
nicht explizit auf Web-Browser bezug:
<http://www.ecma-international.org/ecma-262/5.1/#sec-B.2>
[Es wäre akzeptabel, wenn das nächste Mal Du Deine Behauptungen belegst.]
> und 'atob' kommt erst über HTML5 dazu ("fehlt in IE <10").
Das ist Unfug (siehe auch <news:1692251.L2AbbRQnKb@PointedEars.de>).
Wo hast Du das gelesen?
X-Post & F'up2 <news:de.comp.lang.javascript>
--
PointedEars
Twitter: @PointedEars2
Please do not cc me. / Bitte keine Kopien per E-Mail.
Back to de.comp.lang.misc | Previous | Next — Previous in thread | Find similar
Re: JavaScript Stefan Reuther <stefan.news@arcor.de> - 2017-04-02 12:13 +0200 escape() und window.atob() (was: JavaScript) Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2017-04-14 02:50 +0200
csiph-web