Skip to content

Commit

Permalink
Specified notes for clearInterval and clearTimeout below IE8 and itse…
Browse files Browse the repository at this point in the history
…lf (#5333)
  • Loading branch information
aleen42 authored and queengooborg committed Dec 30, 2019
1 parent e02395e commit d078b66
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions api/WindowOrWorkerGlobalScope.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,8 @@
}
],
"ie": {
"version_added": "4"
"version_added": "4",
"notes": "From Internet Explorer 4 through 8, <code>clearInterval</code> is an Object rather than a Function. This behavior was fixed in Internet Explorer 9."
},
"nodejs": {
"version_added": true,
Expand Down Expand Up @@ -332,7 +333,8 @@
}
],
"ie": {
"version_added": "4"
"version_added": "4",
"notes": "From Internet Explorer 4 through 8, <code>clearTimeout</code> is an Object rather than a Function. This behavior was fixed in Internet Explorer 9."
},
"nodejs": {
"version_added": true,
Expand Down

0 comments on commit d078b66

Please sign in to comment.