LibWeb: Implement Navigator.cookieEnabled

This commit is contained in:
Linus Groh 2021-10-02 13:50:40 +01:00
commit c500ebdcd5
Notes: sideshowbarker 2024-07-18 03:12:57 +09:00
2 changed files with 8 additions and 0 deletions

View file

@ -22,6 +22,7 @@ public:
private:
JS_DECLARE_NATIVE_FUNCTION(user_agent_getter);
JS_DECLARE_NATIVE_FUNCTION(cookie_enabled_getter);
};
}