mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
8 lines
276 B
Text
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;
|
|
};
|