From b754a408a5d7ccf044047fe0ab0e4296c2610549 Mon Sep 17 00:00:00 2001 From: Xiaochen Zhou Date: Tue, 24 Oct 2023 13:19:17 -0400 Subject: [PATCH] Update leaveAdInterestGroup method in spec --- spec.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.bs b/spec.bs index ab6271c2d..fb2a6f15e 100644 --- a/spec.bs +++ b/spec.bs @@ -504,7 +504,7 @@ are: 1. If |group| [=map/is empty=]: 1. Let |instance| be [=this=]'s [=relevant global object=]'s [=Window/browsing context=]'s [=browsing context/fenced frame config instance=]. - 1. If |instance| is null, [=exception/throw=] a {{TypeError}}. + 1. If |instance| is null, then return. 1. Let |interestGroup| be |instance|'s [=fenced frame config instance/interest group descriptor=]. 1. Run these steps [=in parallel=]: 1. [=Queue a task=] to [=resolve=] |p| with `undefined`.