1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 06:37:43 +00:00

LibWeb: Define window.isSecureContext

This commit is contained in:
Cameron Youell 2023-01-18 20:50:03 +11:00 committed by Linus Groh
parent f7fe9e3355
commit 204257526c
2 changed files with 10 additions and 0 deletions

View file

@ -247,6 +247,7 @@ private:
JS_DECLARE_NATIVE_FUNCTION(local_storage_getter);
JS_DECLARE_NATIVE_FUNCTION(session_storage_getter);
JS_DECLARE_NATIVE_FUNCTION(origin_getter);
JS_DECLARE_NATIVE_FUNCTION(is_secure_context_getter);
JS_DECLARE_NATIVE_FUNCTION(open);
JS_DECLARE_NATIVE_FUNCTION(alert);