Window.frameRate (Property)

An indication of the frame rate for the current display.

Availability:

JavaScript - 1.2
Netscape - 4.0
Property/method value type:Number primitive
JavaScript syntax:NframeRate
NmyWindow.frameRate

This property was discovered accidentally by enumerating the properties of a window object in the Netscape Navigator browser.

The name of this property suggests that it should yield the rate at which the display is refreshed. This should be a constant value and you would expect this to be somewhere between 50 and 85.

Property attributes:

ReadOnly.