Skip to content

Commit

Permalink
Update spec.bs
Browse files Browse the repository at this point in the history
  • Loading branch information
blu25 committed Sep 12, 2024
1 parent c92fa38 commit d94859f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1289,6 +1289,13 @@ A <dfn export>fenced frame config instance</dfn> is a [=struct=] with the follow
: <dfn>on network disabled promises</dfn>
:: A [=list=] of {{Promise|Promises}}.

Note: This stores the callback {{Promise|Promises}} that were created during
{{Fence/disableUntrustedNetwork()}}. This is populated when {{Fence/disableUntrustedNetwork()}} is
first invoked, and all {{Promise|Promises}} in this [=list=] are resolved at once when the
<{fencedframe}> and its descendants have their network access fully revoked (i.e. the [=fenced
frame config instance/untrusted network status=] is [=untrusted network status/disabled for this
and descendant trees=]).

: <dfn>cross-origin reporting allowed</dfn>
:: A [=boolean=], initially false.
</dl>
Expand Down

0 comments on commit d94859f

Please sign in to comment.