From d078b66ab06393be3a2bcd73cbe466679b0a0ad4 Mon Sep 17 00:00:00 2001 From: Aleen Date: Mon, 30 Dec 2019 16:05:13 +0800 Subject: [PATCH] Specified notes for clearInterval and clearTimeout below IE8 and itself (#5333) --- api/WindowOrWorkerGlobalScope.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/api/WindowOrWorkerGlobalScope.json b/api/WindowOrWorkerGlobalScope.json index 165e331d75a94..447c377723d8c 100644 --- a/api/WindowOrWorkerGlobalScope.json +++ b/api/WindowOrWorkerGlobalScope.json @@ -267,7 +267,8 @@ } ], "ie": { - "version_added": "4" + "version_added": "4", + "notes": "From Internet Explorer 4 through 8, clearInterval is an Object rather than a Function. This behavior was fixed in Internet Explorer 9." }, "nodejs": { "version_added": true, @@ -332,7 +333,8 @@ } ], "ie": { - "version_added": "4" + "version_added": "4", + "notes": "From Internet Explorer 4 through 8, clearTimeout is an Object rather than a Function. This behavior was fixed in Internet Explorer 9." }, "nodejs": { "version_added": true,