1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 22:07:36 +00:00

LibWeb/HTML: Port Window.isSecureContext to IDL

This commit is contained in:
Linus Groh 2023-03-06 11:12:48 +00:00
parent 188aac5077
commit 94f1eff291
3 changed files with 1 additions and 10 deletions

View file

@ -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;