summaryrefslogtreecommitdiffstats
path: root/contrib/dom/idl/TypedArray.idl
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/dom/idl/TypedArray.idl')
-rw-r--r--contrib/dom/idl/TypedArray.idl2
1 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);
};