Skip to content

Commit 7c99536

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.3.2.
1 parent 23182eb commit 7c99536

File tree

5 files changed

+59
-12
lines changed

5 files changed

+59
-12
lines changed

ed/dfns/ppa.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,46 @@
569569
},
570570
"definedIn": "pre"
571571
},
572+
{
573+
"id": "dictdef-privateattributionconversionresult",
574+
"href": "https://w3c.github.io/ppa/#dictdef-privateattributionconversionresult",
575+
"linkingText": [
576+
"PrivateAttributionConversionResult"
577+
],
578+
"localLinkingText": [],
579+
"type": "dictionary",
580+
"for": [],
581+
"access": "public",
582+
"informative": false,
583+
"heading": {
584+
"id": "measure-conversion",
585+
"href": "https://w3c.github.io/ppa/#measure-conversion",
586+
"title": "Requesting Attribution for a Conversion",
587+
"number": "3.4"
588+
},
589+
"definedIn": "pre"
590+
},
591+
{
592+
"id": "dom-privateattributionconversionresult-report",
593+
"href": "https://w3c.github.io/ppa/#dom-privateattributionconversionresult-report",
594+
"linkingText": [
595+
"report"
596+
],
597+
"localLinkingText": [],
598+
"type": "dict-member",
599+
"for": [
600+
"PrivateAttributionConversionResult"
601+
],
602+
"access": "public",
603+
"informative": false,
604+
"heading": {
605+
"id": "measure-conversion",
606+
"href": "https://w3c.github.io/ppa/#measure-conversion",
607+
"title": "Requesting Attribution for a Conversion",
608+
"number": "3.4"
609+
},
610+
"definedIn": "pre"
611+
},
572612
{
573613
"id": "dom-privateattribution-measureconversion-options",
574614
"href": "https://w3c.github.io/ppa/#dom-privateattribution-measureconversion-options",

ed/idl/ppa.idl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,13 @@ dictionary PrivateAttributionConversionOptions {
5252
sequence<DOMString> intermediarySites = [];
5353
};
5454

55+
dictionary PrivateAttributionConversionResult {
56+
required Uint8Array report;
57+
};
58+
5559
[SecureContext, Exposed=Window]
5660
partial interface PrivateAttribution {
57-
Promise<Uint8Array> measureConversion(PrivateAttributionConversionOptions options);
61+
Promise<PrivateAttributionConversionResult> measureConversion(PrivateAttributionConversionOptions options);
5862
};
5963

6064
enum PrivateAttributionLogic {

ed/ids/ppa.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,14 @@
194194
"https://w3c.github.io/ppa/#ref-for-idl-sequence%E2%91%A0",
195195
"https://w3c.github.io/ppa/#ref-for-idl-DOMString%E2%91%A7",
196196
"https://w3c.github.io/ppa/#ref-for-dom-privateattributionconversionoptions-intermediarysites",
197+
"https://w3c.github.io/ppa/#dictdef-privateattributionconversionresult",
198+
"https://w3c.github.io/ppa/#ref-for-idl-Uint8Array",
199+
"https://w3c.github.io/ppa/#dom-privateattributionconversionresult-report",
197200
"https://w3c.github.io/ppa/#ref-for-SecureContext%E2%91%A3",
198201
"https://w3c.github.io/ppa/#ref-for-Exposed%E2%91%A2",
199202
"https://w3c.github.io/ppa/#ref-for-privateattribution%E2%91%A1",
200203
"https://w3c.github.io/ppa/#ref-for-idl-promise",
201-
"https://w3c.github.io/ppa/#ref-for-idl-Uint8Array",
204+
"https://w3c.github.io/ppa/#ref-for-dictdef-privateattributionconversionresult",
202205
"https://w3c.github.io/ppa/#dom-privateattribution-measureconversion-options",
203206
"https://w3c.github.io/ppa/#ref-for-dictdef-privateattributionconversionoptions%E2%91%A0",
204207
"https://w3c.github.io/ppa/#dom-privateattribution-measureconversion-options-options",

ed/index.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "crawl",
33
"title": "Reffy crawl",
4-
"date": "2025-02-18T00:57:05.966Z",
4+
"date": "2025-02-18T06:41:53.558Z",
55
"options": {
66
"fallback": "ed/index.json",
77
"output": "report",
@@ -1349,9 +1349,9 @@
13491349
],
13501350
"crawled": "https://httpwg.org/http-extensions/draft-ietf-httpbis-no-vary-search.html",
13511351
"crawlCacheInfo": {
1352-
"lastModified": "Mon, 17 Feb 2025 01:05:12 GMT"
1352+
"lastModified": "Tue, 18 Feb 2025 00:55:24 GMT"
13531353
},
1354-
"date": "17 February 2025",
1354+
"date": "18 February 2025",
13551355
"algorithms": "algorithms/no-vary-search.json",
13561356
"links": "links/no-vary-search.json",
13571357
"refs": "refs/no-vary-search.json",
@@ -1398,9 +1398,9 @@
13981398
],
13991399
"crawled": "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html",
14001400
"crawlCacheInfo": {
1401-
"lastModified": "Mon, 17 Feb 2025 01:05:12 GMT"
1401+
"lastModified": "Tue, 18 Feb 2025 00:55:24 GMT"
14021402
},
1403-
"date": "17 February 2025",
1403+
"date": "18 February 2025",
14041404
"algorithms": "algorithms/rfc6265bis.json",
14051405
"links": "links/rfc6265bis.json",
14061406
"refs": "refs/rfc6265bis.json",
@@ -8948,11 +8948,11 @@
89488948
],
89498949
"crawled": "https://w3c.github.io/ppa/",
89508950
"crawlCacheInfo": {
8951-
"lastModified": "Mon, 17 Feb 2025 21:24:25 GMT"
8951+
"lastModified": "Tue, 18 Feb 2025 04:39:37 GMT"
89528952
},
89538953
"generator": "bikeshed",
8954-
"date": "17 February 2025",
8955-
"revision": "283e639f327f437c34ada89dab4587267f0a8af9",
8954+
"date": "18 February 2025",
8955+
"revision": "106e92c2c59936c46abad29301e30b26109c5987",
89568956
"algorithms": "algorithms/ppa.json",
89578957
"links": "links/ppa.json",
89588958
"refs": "refs/ppa.json",

ed/links/ppa.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
"exceptiondef-rangeerror",
8383
"idl-double",
8484
"idl-sequence",
85-
"idl-promise",
86-
"idl-Uint8Array"
85+
"idl-Uint8Array",
86+
"idl-promise"
8787
]
8888
}
8989
}

0 commit comments

Comments
 (0)