From c58363c99fae9f54c097833f9114e79d334e734f 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..95526de6 100644 --- a/index.html +++ b/index.html @@ -9161,6 +9161,9 @@

Dispatching actions

actions by tick:
    +
  1. If browsing context is no longer open, return + error with error code no such window. +
  2. Let tick duration be the result of computing the tick duration with argument tick actions.