File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1961,7 +1961,10 @@ To <dfn>validate {{AttributionConversionOptions}}</dfn> |options|:
19611961 throw a {{RangeError}} .
196219621. Let |credit| be |options|.{{AttributionConversionOptions/credit}} if it [=map/exists=] , «1» otherwise.
196319631. If |credit| [=list/is empty=] , throw a {{RangeError}} .
1964- 1. If any of the [=list/items=] of |credit| are less than or equal to 0, throw a {{RangeError}} .
1964+ 1. If any of the [=list/items=] of |credit| are
1965+ not [finite] (https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.isfinite)
1966+ or less than or equal to 0,
1967+ throw a {{RangeError}} .
196519681. If the [=list/size=] of |credit| exceeds the [=implementation-defined=]
19661969 [=maximum number of credit values=] , throw a {{RangeError}} .
196719701. Let |lookback| be |options|.{{AttributionConversionOptions/lookbackDays}} [=days=]
You can’t perform that action at this time.
0 commit comments