From c17e588b66360e984241a80077ce986a9182f0de Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 3 May 2019 11:32:47 +0100 Subject: Javascript: Support setTimeout and friends Signed-off-by: Daniel Silverstone --- test/js/settimeout.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 test/js/settimeout.html (limited to 'test/js/settimeout.html') diff --git a/test/js/settimeout.html b/test/js/settimeout.html new file mode 100644 index 000000000..1755973c6 --- /dev/null +++ b/test/js/settimeout.html @@ -0,0 +1,17 @@ + + + setTimeout and setInterval + + + + Check the log, it should be printing a callback indicator for ten + seconds and then stop. + + -- cgit v1.2.3