mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:27:35 +00:00
LibWeb: Implement ErrorEvent
This will be used by the new EventTarget to check if it needs to do special error event handling. Currently it isn't used for anything else.
This commit is contained in:
parent
dc42ca37bd
commit
11eedc309a
5 changed files with 98 additions and 0 deletions
|
@ -413,6 +413,7 @@ libweb_js_wrapper(HTML/CanvasRenderingContext2D)
|
|||
libweb_js_wrapper(HTML/CloseEvent)
|
||||
libweb_js_wrapper(HTML/DOMParser)
|
||||
libweb_js_wrapper(HTML/DOMStringMap)
|
||||
libweb_js_wrapper(HTML/ErrorEvent)
|
||||
libweb_js_wrapper(HTML/History)
|
||||
libweb_js_wrapper(HTML/HTMLAnchorElement)
|
||||
libweb_js_wrapper(HTML/HTMLAreaElement)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue