mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-29 20:59:00 +00:00
LibWeb/HTML: Port Window.isSecureContext to IDL
This commit is contained in:
parent
188aac5077
commit
94f1eff291
Notes:
sideshowbarker
2024-07-17 02:39:10 +09:00
Author: https://github.com/linusg
Commit: 94f1eff291
Pull-request: https://github.com/SerenityOS/serenity/pull/17752
Reviewed-by: https://github.com/awesomekling
3 changed files with 1 additions and 10 deletions
|
@ -38,6 +38,7 @@ interface Window : EventTarget {
|
|||
|
||||
// FIXME: Replace these with 'Window includes WindowOrWorkerGlobalScope;' once we have feature parity
|
||||
[Replaceable] readonly attribute USVString origin;
|
||||
readonly attribute boolean isSecureContext;
|
||||
};
|
||||
Window includes GlobalEventHandlers;
|
||||
Window includes WindowEventHandlers;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue