mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
LibWeb: Implement 'Is secure context' AO
This commit is contained in:
parent
5d86eae119
commit
4baf0a4486
Notes:
sideshowbarker
2024-07-17 05:00:14 +09:00
Author: https://github.com/linusg
Commit: 4baf0a4486
Pull-request: https://github.com/SerenityOS/serenity/pull/15795
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/davidot ✅
2 changed files with 33 additions and 0 deletions
|
@ -143,5 +143,6 @@ JS::Realm& relevant_realm(JS::Object const&);
|
|||
EnvironmentSettingsObject& relevant_settings_object(JS::Object const&);
|
||||
EnvironmentSettingsObject& relevant_settings_object(DOM::Node const&);
|
||||
JS::Object& relevant_global_object(JS::Object const&);
|
||||
[[nodiscard]] bool is_secure_context(Environment const&);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue