1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:57:45 +00:00

LibWeb: Implement Navigator.cookieEnabled

This commit is contained in:
Linus Groh 2021-10-02 13:50:40 +01:00
parent a4bc3fa255
commit c500ebdcd5
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);
};
}