File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -576,9 +576,9 @@ therefore exceed the intended rate limits at will.
576
576
A registration info is a [=struct=] with the following items:
577
577
578
578
<dl dfn-for="registration info">
579
- : <dfn>preferred platform</dfn>
579
+ : <dfn>preferred platform</dfn> (default null)
580
580
:: Null or a [=registrar=] .
581
- : <dfn>report header errors</dfn>
581
+ : <dfn>report header errors</dfn> (default false)
582
582
:: A [=boolean=] .
583
583
584
584
</dl>
@@ -1780,7 +1780,7 @@ returned to avoid data loss from the optional debug reporting feature.
1780
1780
To <dfn>get registration info from a header list</dfn> given a
1781
1781
[=header list=] |headers|:
1782
1782
1783
- 1. If |headers| does not [=header list/contain=] "`Attribution-Reporting-Info`", return null .
1783
+ 1. If |headers| does not [=header list/contain=] "`Attribution-Reporting-Info`", return a new [=registration info=] .
1784
1784
1. Let |map| be the result of
1785
1785
[=header list/get a structured field value|getting=] "`Attribution-Reporting-Info`" from |headers|
1786
1786
with a type of "`dictionary`".
You can’t perform that action at this time.
0 commit comments