Skip to content

Commit

Permalink
Remove the requestAnimationFrame() "Return value" subfeature (mdn#13694)
Browse files Browse the repository at this point in the history
This is already captured by the cancelAnimationFrame() entry.

The return value of requestAnimationFrame() is an integer which can be
used to cancel the callback with cancelAnimationFrame(). Judging by the
data, this entry must have been added to capture that
mozRequestAnimationFrame() returned undefined in Firefox 4-10, but this
by itself is not useful information.

Also, most readers could probably not decipher what this entry means.
  • Loading branch information
foolip authored Nov 24, 2021
1 parent 535c291 commit 1409a8c
Showing 1 changed file with 0 additions and 48 deletions.
48 changes: 0 additions & 48 deletions api/Window.json
Original file line number Diff line number Diff line change
Expand Up @@ -6660,54 +6660,6 @@
"standard_track": true,
"deprecated": false
}
},
"return_value": {
"__compat": {
"description": "Return value",
"support": {
"chrome": {
"version_added": "23"
},
"chrome_android": {
"version_added": "25"
},
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "11"
},
"firefox_android": {
"version_added": "14"
},
"ie": {
"version_added": "10"
},
"opera": {
"version_added": "15"
},
"opera_android": {
"version_added": "14"
},
"safari": {
"version_added": "6.1"
},
"safari_ios": {
"version_added": "6.1"
},
"samsunginternet_android": {
"version_added": "1.5"
},
"webview_android": {
"version_added": "≤37"
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
},
"requestFileSystem": {
Expand Down

0 comments on commit 1409a8c

Please sign in to comment.