From 3f413d36b47f9b804d8fa4179460502b5b7dd660 Mon Sep 17 00:00:00 2001 From: Mason Freed Date: Fri, 6 Dec 2024 11:26:40 -0800 Subject: [PATCH] Remove exception --- source | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/source b/source index 37e4bf8859d..802beefe890 100644 --- a/source +++ b/source @@ -62099,12 +62099,8 @@ interface HTMLDialogElement : HTMLElement {
  • If this does not have an open attribute, then return.

  • -
  • If this's computed closed-by state is - None, then throw an - "InvalidStateError" DOMException.

  • - -
  • Assert: this's close watcher - is not null.

  • +
  • Assert: this's close + watcher is not null.

  • If returnValue is not given, then set it to null.