gecko-dev/testing/web-platform/tests/interfaces/secure-contexts.idl
autofoolip 2d63c67bc6 Bug 1538381 [wpt PR 16013] - Update interfaces/secure-contexts.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/secure-contexts.idl (#16013)

Source: https://github.com/tidoust/reffy-reports/blob/4670f00/whatwg/idl/secure-contexts.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/509774887
--

wpt-commits: 031a1530bf613261e52d778364e141ae39944f93
wpt-pr: 16013
2019-04-24 11:19:12 +01:00

8 lines
328 B
Text

// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into reffy-reports
// (https://github.com/tidoust/reffy-reports)
// Source: Secure Contexts (https://w3c.github.io/webappsec-secure-contexts/)
partial interface mixin WindowOrWorkerGlobalScope {
readonly attribute boolean isSecureContext;
};