Methods
-
isVisible()
-
The function returns
trueif the page is visible orfalseif the page is not visible andundefinedif the page visibility API is not supported by the browser.Returns:
whether the page is now visible or not (undefined is unknown)
- Type
- Boolean | void
Type Definitions
-
SummaryObject
-
Type:
- Object
Properties:
Name Type Description eventsNumber How many events were called
minMSNumber What was the min time for a cb to be called
maxMSNumber What was the max time for a cb to be called
avgMsNumber What was the average time for a cb to be called
lengthMsNumber How long this interval was in ms