Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > de.comp.lang.javascript > #4867
| From | Stefan Reuther <stefan.news@arcor.de> |
|---|---|
| Newsgroups | de.comp.lang.javascript |
| Subject | Re: escape() und window.atob() |
| Date | 2017-04-14 10:15 +0200 |
| Message-ID | <ocq7f8.1co.1@stefan.msgid.phost.de> (permalink) |
| References | <JavaScript-20170402004405@ram.dialup.fu-berlin.de> <obqptb.os.1@stefan.msgid.phost.de> <5644496.l91on0YnTC@PointedEars.de> |
Am 14.04.2017 um 02:50 schrieb Thomas 'PointedEars' Lahn:
> 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:
[...]
>
> [Es wäre akzeptabel, wenn das nächste Mal Du Deine Behauptungen belegst.]
[Ich wusste nicht, dass du nach zwei Wochen zum Klugscheißduell ankommst.]
Ansonsten: ECMA-262 edition 7, Abschnitt B.2 und B.2.1.1 (im PDF von
ECMA Seite 564).
>> 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?
http://caniuse.com/#search=atob
...was bekanntermaßen die praktische Umsetzung definiert, nicht den
theoretischen Spezifikationsstand.
https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/atob
referenziert als Spezifikationen 2x WHATWG und 2x HTML5.
Und nu?
Stefan
Back to de.comp.lang.javascript | Previous | Next — Previous in thread | Next in thread | Find similar
escape() und window.atob() (was: JavaScript) Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2017-04-14 02:50 +0200
Re: escape() und window.atob() Stefan Reuther <stefan.news@arcor.de> - 2017-04-14 10:15 +0200
Re: escape() und window.atob() Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2017-04-14 18:15 +0200
Re: escape() und window.atob() Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2017-04-14 18:19 +0200
csiph-web