1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 19:52:19 +00:00
serenity/Base
Andreas Kling 0f7bcd4111 LibWeb: Add naive support for document.querySelectorAll()
This currently returns a JS::Array of elements matching a selector.
The more correct behavior would be to return a static NodeList, but as
we don't have NodeLists right now, that'll be a task for the future.
2020-03-30 11:35:39 +02:00
..
etc SystemServer: Add WorkingDirectory support 2020-03-18 08:23:31 +01:00
home/anon LibWeb: Add naive support for document.querySelectorAll() 2020-03-30 11:35:39 +02:00
res Base: Add icons for color-chooser 2020-03-29 19:36:37 +02:00
usr Base: Add a man page for js(1) 2020-03-26 08:18:08 +01:00
www Base: Replace <!DOCTYPE> with <!DOCTYPE html> in a few files (#1511) 2020-03-26 07:37:12 +01:00