Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the requestAnimationFrame() "Return value" subfeature (mdn#13694)
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