Skip to content

Commit

Permalink
Add reportResult in Multi Seller Case Clarity (WICG#965)
Browse files Browse the repository at this point in the history
SHA: 94c7e50
Reason: push, by qingxinwu

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
thegreatfatzby and github-actions[bot] committed Aug 12, 2024
1 parent 758fbe9 commit 495fdc8
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 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="44a00e4e8f02ec03c05075fd994a8abad7b2a6cd" name="revision">
<meta content="94c7e5054b2f4e28b5be8764639553672dd3f819" 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 @@ -786,7 +786,7 @@
<div class="head">
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72"> </a> </p>
<h1 class="p-name no-ref" id="title">Protected Audience (formerly FLEDGE)</h1>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#CG-DRAFT">Draft Community Group Report</a>, <time class="dt-updated" datetime="2024-08-06">6 August 2024</time></p>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#CG-DRAFT">Draft Community Group Report</a>, <time class="dt-updated" datetime="2024-08-12">12 August 2024</time></p>
<div data-fill-with="spec-metadata">
<dl>
<dt>This version:
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 495fdc8

Please sign in to comment.