mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 20:08:13 +00:00
LibWeb: Implement document-tree child navigable target name property set
This AO allows accessing child navigables by their name as named properties on the WindowProxy object.
This commit is contained in:
parent
7e277797ad
commit
64899dba44
5 changed files with 63 additions and 4 deletions
|
@ -191,6 +191,8 @@ public:
|
|||
|
||||
static void set_internals_object_exposed(bool);
|
||||
|
||||
[[nodiscard]] OrderedHashMap<String, JS::NonnullGCPtr<Navigable>> document_tree_child_navigable_target_name_property_set();
|
||||
|
||||
private:
|
||||
explicit Window(JS::Realm&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue