diff options
author | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-09-02 12:38:13 (GMT) |
---|---|---|
committer | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-09-02 12:38:13 (GMT) |
commit | a874a181add7b292e52140f8c753f663a4cb5a87 (patch) | |
tree | 1b8958ba2abceef58901b3f90f1f05b44321deab /README.md | |
parent | 9caba3540b4d64a5277040f43bdaabde7ba227a0 (diff) | |
download | uscxml-a874a181add7b292e52140f8c753f663a4cb5a87.zip uscxml-a874a181add7b292e52140f8c753f663a4cb5a87.tar.gz uscxml-a874a181add7b292e52140f8c753f663a4cb5a87.tar.bz2 |
Optional 2nd argument for TypedArray.subarray and more tests
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ There are still a few rough edges though, especially with the plugins and custom * <b>Datamodels</b> * Full [ECMAScript datamodel](https://github.com/tklab-tud/uscxml/tree/master/src/uscxml/plugins/datamodel/ecmascript) using Google's v8 (and JavaScriptCore on MacOSX and iOS) + * Simplified support for [Web Storage](http://www.w3.org/TR/2013/REC-webstorage-20130730/) in document.localStorage + * Support for binary data via [TypedArrays](https://www.khronos.org/registry/typedarray/specs/latest/) (will not throw exceptions yet) * Full [NULL datamodel](https://github.com/tklab-tud/uscxml/tree/master/src/uscxml/plugins/datamodel/null) with required <tt>In</tt> predicate * Early [Prolog datamodel](https://github.com/tklab-tud/uscxml/tree/master/src/uscxml/plugins/datamodel/prolog/swi) using SWI prolog * Rudimentary support for [XPath datamodel](https://github.com/tklab-tud/uscxml/tree/master/src/uscxml/plugins/datamodel/xpath) |