mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:27:46 +00:00
LibWeb: Add a bare implementation of the URL built-in
This only has the constructor implemented for now.
This commit is contained in:
parent
30849b10d5
commit
e6abc1b44e
8 changed files with 103 additions and 1 deletions
|
@ -422,6 +422,7 @@ libweb_js_wrapper(UIEvents/UIEvent)
|
|||
libweb_js_wrapper(XHR/ProgressEvent)
|
||||
libweb_js_wrapper(XHR/XMLHttpRequest)
|
||||
libweb_js_wrapper(XHR/XMLHttpRequestEventTarget)
|
||||
libweb_js_wrapper(URL/URL)
|
||||
libweb_js_wrapper(URL/URLSearchParams)
|
||||
|
||||
add_custom_command(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue