servo/tests/wpt/web-platform-tests/interfaces/secure-contexts.idl

8 lines
276 B
Text

// GENERATED CONTENT - DO NOT EDIT
// Content of this file was automatically extracted from the
// "Secure Contexts" spec.
// See: https://w3c.github.io/webappsec-secure-contexts/
partial interface WindowOrWorkerGlobalScope {
readonly attribute boolean isSecureContext;
};