summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-11-03 16:21:13 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-11-03 16:21:13 (GMT)
commitcb30bd1f44fcc3a0642a362afd4eaea0d8a7d199 (patch)
tree8cfcf2ceca801c5d506e03d0e187f440094d1674 /contrib
parent9caf9ade8ff87a1cb94fb612df4abd96fb5ed239 (diff)
downloaduscxml-cb30bd1f44fcc3a0642a362afd4eaea0d8a7d199.zip
uscxml-cb30bd1f44fcc3a0642a362afd4eaea0d8a7d199.tar.gz
uscxml-cb30bd1f44fcc3a0642a362afd4eaea0d8a7d199.tar.bz2
First signs of WebSockets and some changes to miles
Diffstat (limited to 'contrib')
-rw-r--r--contrib/dom/idl/TypedArray.idl2
m---------contrib/src/evws0
2 files changed, 2 insertions, 0 deletions
diff --git a/contrib/dom/idl/TypedArray.idl b/contrib/dom/idl/TypedArray.idl
index 43dac35..f288361 100644
--- a/contrib/dom/idl/TypedArray.idl
+++ b/contrib/dom/idl/TypedArray.idl
@@ -14,6 +14,8 @@
interface ArrayBuffer {
readonly attribute unsigned long byteLength;
attribute DOMString mimeType;
+ DOMString md5();
+ DOMString base64();
ArrayBuffer slice(long begin, optional long end);
static boolean isView(any value);
};
diff --git a/contrib/src/evws b/contrib/src/evws
new file mode 160000
+Subproject c43488fe46e3fcb971e7d01491b8d82b42b416d