Skip to content

Commit

Permalink
Use $
Browse files Browse the repository at this point in the history
  • Loading branch information
noamr committed Mar 25, 2024
1 parent 9cc74d6 commit a69f372
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ urlPrefix:https://w3c.github.io/hr-time/#;spec:hr-time
url:dfn-unsafe-shared-current-time;text:unsafe shared current time
type:typedef;url:dom-domhighrestimestamp;text:DOMHighResTimeStamp

urlPrefix:https://w3c.github.io/webappsec-permissions-policy;spec:permissions-policy
type:dfn
url:is-feature-enabled;text:is feature enabled in document for origin?

urlPrefix:https://tc39.es/ecma262/#;type:dfn;spec:ecma-262
url:realm;text:realm
url:sec-list-and-record-specification-type;text:Record
Expand Down Expand Up @@ -6714,7 +6710,7 @@ i.e., when a <a>fetch group</a> is <a for="fetch group">terminated</a>, or after
<li><p>If <var>request</var>'s <a for=request>URL</a> is not a
<a>potentially trustworthy url</a>, then throw a "{{SecurityError}}" {{DOMException}}.

<li><p>If the result of calling <a>is feature enabled in document for origin?</a> given
<li><p>If the result of calling [$Is feature enabled in document for origin?$] given
"<code>deferred-fetch</code>", <var>document</var>, and <var>request</var>'s
<a for=request>origin</a> is <code>Disabled</code>, then throw a {{NotAllowedError}}.

Expand Down

0 comments on commit a69f372

Please sign in to comment.