Skip to content

Commit

Permalink
[Spec] Add realTimeReporting in feature detection. (#1245)
Browse files Browse the repository at this point in the history
SHA: 2845de2
Reason: push, by JensenPaul

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
qingxinwu and github-actions[bot] committed Aug 8, 2024
1 parent f59a2d3 commit 494d160
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link href="https://www.w3.org/StyleSheets/TR/2021/cg-draft" rel="stylesheet">
<meta content="Bikeshed version 6270e4735, updated Tue Aug 6 12:12:30 2024 -0700" name="generator">
<link href="https://wicg.github.io/turtledove/" rel="canonical">
<meta content="21abf2a8ae668bdd247d399bddeabf44ff0385d3" name="revision">
<meta content="2845de269b4c63ca91b9522c5c4b40503bab1372" name="revision">
<meta content="dark light" name="color-scheme">
<link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css">
<style>
Expand Down Expand Up @@ -7052,7 +7052,9 @@ <h2 class="heading settled" data-level="9" id="interest-group-updates"><span cla
</ol>
</div>
<h2 class="heading settled" data-level="10" id="feature-detection"><span class="secno">10. </span><span class="content">Feature Detection</span><a class="self-link" href="#feature-detection"></a></h2>
<p>The <code class="idl"><a data-link-type="idl" href="#dom-protectedaudience-queryfeaturesupport" id="ref-for-dom-protectedaudience-queryfeaturesupport">queryFeatureSupport()</a></code> method permits checking what functionality is available in the current implementation, in order to help deploy new features. The return values specified in this specification are for an implementation that fully implements it.</p>
<p>The <code class="idl"><a data-link-type="idl" href="#dom-protectedaudience-queryfeaturesupport" id="ref-for-dom-protectedaudience-queryfeaturesupport">queryFeatureSupport()</a></code> method permits checking what functionality is
available in the current implementation, in order to help deploy new features. The return values
specified in this specification are for an implementation that fully implements it.</p>
<pre class="idl highlight def">[<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#SecureContext" id="ref-for-SecureContext⑦"><c- g>SecureContext</c-></a>]
<c- b>partial</c-> <c- b>interface</c-> <a class="idl-code" data-link-type="interface" href="https://html.spec.whatwg.org/multipage/system-state.html#navigator" id="ref-for-navigator⑧"><c- g>Navigator</c-></a> {
[<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#SameObject" id="ref-for-SameObject"><c- g>SameObject</c-></a>] <c- b>readonly</c-> <c- b>attribute</c-> <a data-link-type="idl-name" href="#protectedaudience" id="ref-for-protectedaudience"><c- n>ProtectedAudience</c-></a> <dfn class="dfn-paneled idl-code" data-dfn-for="Navigator" data-dfn-type="attribute" data-export data-readonly data-type="ProtectedAudience" id="dom-navigator-protectedaudience"><code><c- g>protectedAudience</c-></code></dfn>;
Expand All @@ -7076,6 +7078,9 @@ <h2 class="heading settled" data-level="10" id="feature-detection"><span class="
<dd data-md>
<p>true</p>
<dt data-md>"permitCrossOriginTrustedSignals"
<dd data-md>
<p>true</p>
<dt data-md>"realTimeReporting"
<dd data-md>
<p>true</p>
<dt data-md>"reportingTimeout"
Expand Down

0 comments on commit 494d160

Please sign in to comment.