summaryrefslogtreecommitdiff
path: root/javascript/duktape
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/duktape')
-rw-r--r--javascript/duktape/HTMLInputElement.bnd6
1 files changed, 6 insertions, 0 deletions
diff --git a/javascript/duktape/HTMLInputElement.bnd b/javascript/duktape/HTMLInputElement.bnd
index ae7bb17b0..23645d0cd 100644
--- a/javascript/duktape/HTMLInputElement.bnd
+++ b/javascript/duktape/HTMLInputElement.bnd
@@ -55,4 +55,10 @@ setter HTMLInputElement::valueLow();
getter HTMLInputElement::value();
setter HTMLInputElement::value();
+getter HTMLInputElement::maxLength();
+setter HTMLInputElement::maxLength();
+getter HTMLInputElement::size();
+setter HTMLInputElement::size();
+
+getter HTMLInputElement::type();