Browse Source

Update website ES6 refs to Rev 24

pull/20/head
Sami Vaarala 11 years ago
parent
commit
1253cda819
  1. 4
      website/guide/es6features.html
  2. 2
      website/guide/intro.html

4
website/guide/es6features.html

@ -2,7 +2,7 @@
<p>This section describes the small set of features Duktape borrows from the
<a href="https://people.mozilla.org/~jorendorff/es6-draft.html">current ES6 draft</a>
("Version: Rev 23, April 5, 2014 Draft"). These features are not fully compliant;
("Version: Rev 24, April 27, 2014 Draft"). These features are not fully compliant;
the intent is to minimize custom features and to align with the coming ES6 specification.</p>
<h2 id="es6-proto">Object.setPrototypeOf and Object.prototype.__proto__</h2>
@ -25,7 +25,7 @@ but is compatible with existing code base which has relied on a non-standard
<p>The Ecmascript E6 <code>Proxy</code> object allows property virtualization
and fine-grained access control for accessing an underlying plain object.
Duktape implements a strict subset of the <code>Proxy</code> object from the
ES6 draft (Rev 23). The following traps are implemented:</p>
ES6 draft (Rev 24). The following traps are implemented:</p>
<table>
<thead>

2
website/guide/intro.html

@ -41,7 +41,7 @@ language implemented by Duktape.</p>
<p>The upcoming Ecmascript Edition 6 standard is not yet final. Duktape borrows
<a href="#es6features">a few features</a> from the E6 draft:</p>
<ul>
<li><a href="https://people.mozilla.org/~jorendorff/es6-draft.html">Edition 6 (E6) draft</a> (Rev 23, April 5, 2014)</li>
<li><a href="https://people.mozilla.org/~jorendorff/es6-draft.html">Edition 6 (E6) draft</a> (Rev 24, April 27, 2014)</li>
</ul>
<p>See also:</p>

Loading…
Cancel
Save