From 9d9404fda1e48f032875775138f93cc703d3d750 Mon Sep 17 00:00:00 2001 From: Henrik Skupin Date: Wed, 27 Nov 2024 15:04:58 +0100 Subject: [PATCH] Raise "no such window" error in "dispatch tick actions" when browsing context (navigable) does no longer exist --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index 00450b39..025dc987 100644 --- a/index.html +++ b/index.html @@ -9223,6 +9223,9 @@

Dispatching actions

  • For each action object in tick actions:

      +
    1. If browsing context is no longer open, return + error with error code no such window. +
    2. Let input id be equal to the value of action object's id property.