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.
2 parents 3989cce + 17ca311 commit 25ef462Copy full SHA for 25ef462
index.src.html
@@ -1071,8 +1071,11 @@ <h3 id="notify-observers" algorithm>
1071
1072
2. Append |report| to the <a>report buffer</a> associated with |environment|.
1073
1074
- 3. If the <a>report buffer</a> now contains more than 100 reports, remove the
1075
- item at the beginning of the <a>report buffer</a>.
+ 3. Let |type| be |report|'s <a>type</a>.
+
1076
+ 4. If the <a>report buffer</a> now contains more than 100 reports
1077
+ with <a>type</a> equal to |type|, remove the earliest item with <a>type</a>
1078
+ equal to |type| in the <a>report buffer</a>.
1079
1080
<h3 id="add-report" algorithm>
1081
Add |report| to |observer|
0 commit comments