File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -78127,7 +78127,7 @@ interface <dfn data-export="" data-dfn-type="interface">Window</dfn> : <span>Eve
78127
78127
78128
78128
// the user agent
78129
78129
readonly attribute <span>Navigator</span> <span data-x="dom-navigator">navigator</span>; <!-- IE also has window.clientInformation === window.navigator -->
78130
- readonly attribute <span>ApplicationCache</span> <span data-x="dom-applicationCache">applicationCache</span>;
78130
+ [SecureContext] readonly attribute <span>ApplicationCache</span> <span data-x="dom-applicationCache">applicationCache</span>;
78131
78131
78132
78132
// user prompts
78133
78133
void <span data-x="dom-alert">alert</span>();
@@ -86014,7 +86014,8 @@ NETWORK:
86014
86014
86015
86015
<h4>Application cache API</h4>
86016
86016
86017
- <pre><code class="idl" data-x="">[Exposed=Window]
86017
+ <pre><code class="idl" data-x="">[SecureContext,
86018
+ Exposed=Window]
86018
86019
interface <dfn>ApplicationCache</dfn> : <span>EventTarget</span> {
86019
86020
86020
86021
// <span data-x="concept-appcache-status">update status</span>
@@ -106149,7 +106150,9 @@ document.body.appendChild(text);
106149
106150
this element in the <span>stack of open elements</span>.</p>
106150
106151
106151
106152
<p id="parser-appcache">If the <code>Document</code> is being loaded as part of <span
106152
- data-x="navigate">navigation</span> of a <span>browsing context</span>, run these steps:</p>
106153
+ data-x="navigate">navigation</span> of a <span>browsing context</span> and the result of
106154
+ executing <span>Is environment settings object a secure context?</span> on the
106155
+ <code>Document</code>'s <span>relevant settings object</span> is true, then:</p>
106153
106156
106154
106157
<ol>
106155
106158
You can’t perform that action at this time.
0 commit comments