summaryrefslogtreecommitdiff
path: root/content/handlers/javascript/duktape/netsurf.bnd
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2020-02-21 18:40:35 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2020-02-21 18:40:35 +0000
commitd0e775e901cc7ba88c7173c5c797ad1844745a69 (patch)
tree2f6a0246f6c2b33fe0e88ae47bb9636bb2ddb38e /content/handlers/javascript/duktape/netsurf.bnd
parentb23063bb5200bb1fc6a64e9e811ab1191d114fd9 (diff)
downloadnetsurf-d0e775e901cc7ba88c7173c5c797ad1844745a69.tar.gz
netsurf-d0e775e901cc7ba88c7173c5c797ad1844745a69.tar.bz2
JS: Add Element::attributes and NamedNodeMap to handle it
This is a *very* rudimentary implementation lacking most of the functionality of NamedNodeMap but it's enough to get jQuery 1.12.4 up. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'content/handlers/javascript/duktape/netsurf.bnd')
-rw-r--r--content/handlers/javascript/duktape/netsurf.bnd1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/handlers/javascript/duktape/netsurf.bnd b/content/handlers/javascript/duktape/netsurf.bnd
index 30b3d4a14..6dbdb70a9 100644
--- a/content/handlers/javascript/duktape/netsurf.bnd
+++ b/content/handlers/javascript/duktape/netsurf.bnd
@@ -60,6 +60,7 @@ struct dom_html_br_element;
#include "Document.bnd"
#include "Node.bnd"
#include "NodeList.bnd"
+#include "NamedNodeMap.bnd"
#include "Element.bnd"
#include "HTMLCollection.bnd"
#include "Location.bnd"