Files
ladybird/Userland/Libraries/LibWeb/DOM/Document.cpp
Andreas Kling 545ec334f0 LibWeb: Add Document.hasFocus() stub
This always returns true for now. A proper implementation needs to check
if the document is in the focused widget within an active window.
2022-02-03 22:35:13 +01:00

39 KiB