We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0889dc1 commit 17ca311Copy full SHA for 17ca311
index.src.html
@@ -1073,8 +1073,11 @@ <h3 id="notify-observers" algorithm>
1073
1074
2. Append |report| to the <a>report buffer</a> associated with |environment|.
1075
1076
- 3. If the <a>report buffer</a> now contains more than 100 reports, remove the
1077
- item at the beginning of the <a>report buffer</a>.
+ 3. Let |type| be |report|'s <a>type</a>.
+
1078
+ 4. If the <a>report buffer</a> now contains more than 100 reports
1079
+ with <a>type</a> equal to |type|, remove the earliest item with <a>type</a>
1080
+ equal to |type| in the <a>report buffer</a>.
1081
1082
<h3 id="add-report" algorithm>
1083
Add |report| to |observer|
0 commit comments