Skip to content

Commit 9ef0608

Browse files
authored
Remove undefined 'replace' operation. (#229)
Fixes #157
1 parent 5fe29ad commit 9ef0608

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

network-reporting.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,8 +540,9 @@ spec: origin-policy; urlPrefix: https://wicg.github.io/origin-policy/
540540
:: |groups|
541541

542542
4. If there is already an entry in the <a>reporting cache</a> for |origin|,
543-
replace it with |client|. Otherwise, insert |client| into the
544-
<a>reporting cache</a> for |origin|.
543+
remove it.
544+
545+
5. Insert |client| into the <a>reporting cache</a> for |origin|.
545546

546547

547548
<!-- Big Text: Reporting -->

0 commit comments

Comments
 (0)