1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:57:46 +00:00

LibWeb: Add DOM::DOMException class and bindings

This commit is contained in:
Linus Groh 2021-02-19 19:04:41 +01:00 committed by Andreas Kling
parent cc0f5917d3
commit ada71dc71b
6 changed files with 207 additions and 1 deletions

View file

@ -281,6 +281,7 @@ libweb_js_wrapper(DOM/Comment)
libweb_js_wrapper(DOM/Document)
libweb_js_wrapper(DOM/DocumentFragment)
libweb_js_wrapper(DOM/DocumentType)
libweb_js_wrapper(DOM/DOMException)
libweb_js_wrapper(DOM/DOMImplementation)
libweb_js_wrapper(DOM/Element)
libweb_js_wrapper(DOM/Event)