mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 11:06:10 +00:00
LibWeb: Implement Navigator.cookieEnabled
This commit is contained in:
parent
a4bc3fa255
commit
c500ebdcd5
Notes:
sideshowbarker
2024-07-18 03:12:57 +09:00
Author: https://github.com/linusg
Commit: c500ebdcd5
Pull-request: https://github.com/SerenityOS/serenity/pull/10309
Reviewed-by: https://github.com/IdanHo ✅
2 changed files with 8 additions and 0 deletions
|
@ -22,6 +22,7 @@ public:
|
|||
|
||||
private:
|
||||
JS_DECLARE_NATIVE_FUNCTION(user_agent_getter);
|
||||
JS_DECLARE_NATIVE_FUNCTION(cookie_enabled_getter);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue