webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
PerformanceNavigation Interface Reference

import"PerformanceNavigation.idl";

Public Attributes

const unsigned short TYPE_NAVIGATE = 0
 
const unsigned short TYPE_RELOAD = 1
 
const unsigned short TYPE_BACK_FORWARD = 2
 
const unsigned short TYPE_RESERVED = 255
 
readonly attribute unsigned short type
 
readonly attribute unsigned short redirectCount
 

Member Data Documentation

◆ redirectCount

readonly attribute unsigned short PerformanceNavigation::redirectCount

◆ type

readonly attribute unsigned short PerformanceNavigation::type

◆ TYPE_BACK_FORWARD

const unsigned short PerformanceNavigation::TYPE_BACK_FORWARD = 2

◆ TYPE_NAVIGATE

const unsigned short PerformanceNavigation::TYPE_NAVIGATE = 0

◆ TYPE_RELOAD

const unsigned short PerformanceNavigation::TYPE_RELOAD = 1

◆ TYPE_RESERVED

const unsigned short PerformanceNavigation::TYPE_RESERVED = 255

The documentation for this interface was generated from the following file: