Files
ladybird/Userland/Libraries/LibWeb
Andreas Kling 093e66afc0 LibWeb: Make document.createEvent("UIEvent") actually create a UIEvent
There were two things preventing this from working right:

- UIEvents::UIEvent::create() was actually just DOM::Event::create()
- We didn't return the right JavaScript wrapper type for UIEvent
2022-02-25 19:38:31 +01:00
..
2021-10-08 23:02:57 +02:00
2022-02-25 19:35:34 +01:00