summaryrefslogtreecommitdiffstats
path: root/js/vendor/es6-shim/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'js/vendor/es6-shim/README.md')
-rw-r--r--js/vendor/es6-shim/README.md69
1 files changed, 39 insertions, 30 deletions
diff --git a/js/vendor/es6-shim/README.md b/js/vendor/es6-shim/README.md
index f11b72d17..bbfc37545 100644
--- a/js/vendor/es6-shim/README.md
+++ b/js/vendor/es6-shim/README.md
@@ -86,7 +86,39 @@ details.
* `imul()`
* `fround()`
-Math functions accuracy is 1e-11.
+Math functions’ accuracy is 1e-11.
+
+* `Reflect`
+ * `apply()`
+ * `construct()`
+ * `defineProperty()`
+ * `deleteProperty()`
+ * `enumerate()`
+ * `get()`
+ * `getOwnPropertyDescriptor()`
+ * `getPrototypeOf()`
+ * `has()`
+ * `isExtensible()`
+ * `ownKeys()`
+ * `preventExtensions()`
+ * `set()`
+ * `setPrototypeOf()`
+
+* `String.prototype` Annex B HTML methods
+These methods are part of "Annex B", which means that although they are a defacto standard, you shouldn't use them. None the less, the `es6-shim` provides them:
+ * `anchor()`
+ * `big()`
+ * `blink()`
+ * `bold()`
+ * `fixed()`
+ * `fontcolor()`
+ * `fontsize()`
+ * `italics()`
+ * `link()`
+ * `small()`
+ * `strike()`
+ * `sub()`
+ * `sup()`
## Subclassing
The `Map`, `Set`, and `Promise` implementations are subclassable.
@@ -178,35 +210,10 @@ Promise.resolve(5).then(function (value) {
Other stuff:
-* [ECMAScript 6 drafts](http://wiki.ecmascript.org/doku.php?id=harmony:specification_drafts)
-* [Harmony proposals](http://wiki.ecmascript.org/doku.php?id=harmony:harmony)
+* [HTML version of the latest ECMAScript 6 spec draft][spec-html-url]
+* [PDFs of ECMAScript 6 spec drafts][spec-drafts-url]
-## License
-The project was initially based on [es6-shim by Axel Rauschmayer](https://github.com/rauschma/es6-shim).
-
-Current maintainers are: [Paul Miller](http://paulmillr.com), [Jordan Harband](https://github.com/ljharb), and [C. Scott Ananian](http://cscott.net).
-
-The MIT License (MIT)
-
-Copyright (c) 2013-2014 Paul Miller (http://paulmillr.com)
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
-of the Software, and to permit persons to whom the Software is furnished to do
-so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
+## [License][license-url]
[1]: https://travis-ci.org/paulmillr/es6-shim.svg
[2]: https://travis-ci.org/paulmillr/es6-shim
@@ -214,4 +221,6 @@ SOFTWARE.
[4]: https://david-dm.org/paulmillr/es6-shim
[5]: https://david-dm.org/paulmillr/es6-shim/dev-status.svg
[6]: https://david-dm.org/paulmillr/es6-shim#info=devDependencies
-
+[license-url]: https://github.com/paulmillr/es6-shim/blob/master/LICENSE
+[spec-html-url]: https://people.mozilla.org/~jorendorff/es6-draft.html
+[spec-drafts-url]: http://wiki.ecmascript.org/doku.php?id=harmony:specification_drafts