mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:07:34 +00:00
LibWeb: Move DOMException from DOM/ to WebIDL/
This commit is contained in:
parent
ad04d7ac9b
commit
bbaa05fcf9
49 changed files with 206 additions and 203 deletions
|
@ -31,7 +31,6 @@ libweb_js_bindings(DOM/CustomEvent)
|
|||
libweb_js_bindings(DOM/Document)
|
||||
libweb_js_bindings(DOM/DocumentFragment)
|
||||
libweb_js_bindings(DOM/DocumentType)
|
||||
libweb_js_bindings(DOM/DOMException)
|
||||
libweb_js_bindings(DOM/DOMImplementation)
|
||||
libweb_js_bindings(DOM/DOMTokenList)
|
||||
libweb_js_bindings(DOM/Element)
|
||||
|
@ -185,6 +184,7 @@ libweb_js_bindings(URL/URL)
|
|||
libweb_js_bindings(URL/URLSearchParams ITERABLE)
|
||||
libweb_js_bindings(WebGL/WebGLContextEvent)
|
||||
libweb_js_bindings(WebGL/WebGLRenderingContext)
|
||||
libweb_js_bindings(WebIDL/DOMException)
|
||||
libweb_js_bindings(WebSockets/WebSocket)
|
||||
libweb_js_bindings(XHR/ProgressEvent)
|
||||
libweb_js_bindings(XHR/XMLHttpRequest)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue