2022-05-03 08:21:03 -04:00
<!DOCTYPE html> < html class = "default" > < head > < meta charSet = "utf-8" / > < meta http-equiv = "x-ua-compatible" content = "IE=edge" / > < title > PerformanceNavigationTiming | haveno-ts< / title > < meta name = "description" content = "Documentation for haveno-ts" / > < meta name = "viewport" content = "width=device-width, initial-scale=1" / > < link rel = "stylesheet" href = "../assets/style.css" / > < link rel = "stylesheet" href = "../assets/highlight.css" / > < script async src = "../assets/search.js" id = "search-script" > < / script > < / head > < body > < script > document . body . classList . add ( localStorage . getItem ( "tsd-theme" ) || "os" ) < / script > < header > < div class = "tsd-page-toolbar" > < div class = "container" > < div class = "table-wrap" > < div class = "table-cell" id = "tsd-search" data-base = ".." > < div class = "field" > < label for = "tsd-search-field" class = "tsd-widget search no-caption" > Search< / label > < input type = "text" id = "tsd-search-field" / > < / div > < ul class = "results" > < li class = "state loading" > Preparing search index...< / li > < li class = "state failure" > The search index is not available< / li > < / ul > < a href = "../index.html" class = "title" > haveno-ts< / a > < / div > < div class = "table-cell" id = "tsd-widgets" > < div id = "tsd-filter" > < a href = "#" class = "tsd-widget options no-caption" data-toggle = "options" > Options< / a > < div class = "tsd-filter-group" > < div class = "tsd-select" id = "tsd-filter-visibility" > < span class = "tsd-select-label" > All< / span > < ul class = "tsd-select-list" > < li data-value = "public" > Public< / li > < li data-value = "protected" > Public/Protected< / li > < li data-value = "private" class = "selected" > All< / li > < / ul > < / div > < input type = "checkbox" id = "tsd-filter-inherited" checked / > < label class = "tsd-widget" for = "tsd-filter-inherited" > Inherited< / label > < input type = "checkbox" id = "tsd-filter-externals" checked / > < label class = "tsd-widget" for = "tsd-filter-externals" > Externals< / label > < / div > < / div > < a href = "#" class = "tsd-widget menu no-caption" data-toggle = "menu" > Menu< / a > < / div > < / div > < / div > < / div > < div class = "tsd-page-title" > < div class = "container" > < ul class = "tsd-breadcrumb" > < li > < a href = "../modules.html" > haveno-ts< / a > < / li > < li > < a href = "../modules/reportWebVitals.html" > reportWebVitals< / a > < / li > < li > < a href = "../modules/reportWebVitals._internal_.html" > < internal> < / a > < / li > < li > < a href = "reportWebVitals._internal_.PerformanceNavigationTiming.html" > PerformanceNavigationTiming< / a > < / li > < / ul > < h1 > Interface PerformanceNavigationTiming < / h1 > < / div > < / div > < / header > < div class = "container container-main" > < div class = "row" > < div class = "col-8 col-content" > < section class = "tsd-panel tsd-comment" > < div class = "tsd-comment tsd-typography" > < div class = "lead" >
2022-05-02 16:51:58 -04:00
< p > Provides methods and properties to store and retrieve metrics regarding the browser' s document navigation events. For example, this interface can be used to determine how much time it takes to load or unload a document.< / p >
< / div > < / div > < / section > < section class = "tsd-panel tsd-hierarchy" > < h3 > Hierarchy< / h3 > < ul class = "tsd-hierarchy" > < li > < a href = "../modules/reportWebVitals._internal_.html" class = "tsd-signature-type" data-tsd-kind = "Namespace" > < internal> < / a > < span class = "tsd-signature-symbol" > .< / span > < a href = "../modules/reportWebVitals._internal_.html#PerformanceResourceTiming-1" class = "tsd-signature-type" data-tsd-kind = "Variable" > PerformanceResourceTiming< / a > < ul class = "tsd-hierarchy" > < li > < span class = "target" > PerformanceNavigationTiming< / span > < / li > < / ul > < / li > < / ul > < / section > < section class = "tsd-panel-group tsd-index-group" > < h2 > Index< / h2 > < section class = "tsd-panel tsd-index-panel" > < div class = "tsd-index-content" > < section class = "tsd-index-section tsd-is-external" > < h3 > Properties< / h3 > < ul class = "tsd-index-list" > < li class = "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external" > < a href = "reportWebVitals._internal_.PerformanceNavigationTiming.html#connectEnd" class = "tsd-kind-icon" > connect< wbr / > End< / a > < / li > < li class = "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external" > < a href = "reportWebVitals._internal_.PerformanceNavigationTiming.html#connectStart" class = "tsd-kind-icon" > connect< wbr / > Start< / a > < / li > < li class = "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external" > < a href = "reportWebVitals._internal_.PerformanceNavigationTiming.html#decodedBodySize" class = "tsd-kind-icon" > decoded< wbr / > Body< wbr / > Size< / a > < / li > < li class = "tsd-kind-property tsd-parent-kind-interface tsd-is-external" > < a href = "reportWebVitals._internal_.PerformanceNavigationTiming.html#domComplete" class = "tsd-kind-icon" > dom< wbr / > Complete< / a > < / li > < li class = "tsd-kind-property tsd-parent-kind-interface tsd-is-external" > < a href = "reportWebVitals._internal_.PerformanceNavigationTiming.html#domContentLoadedEventEnd" class = "tsd-kind-icon" > dom< wbr / > Content< wbr / > Loaded< wbr / > Event< wbr / > End< / a > < / li > < li class = "tsd-kind-property tsd-parent-kind-interface tsd-is-external" > < a href = "reportWebVitals._internal_.PerformanceNavigationTiming.html#domContentLoadedEventStart" class = "tsd-kind-icon" > dom< wbr / > Content< wbr / > Loaded< wbr / > Event< wbr / > Start< / a > < / li > < li class = "tsd-kind-property tsd-parent-kind-interface tsd-is-external" > < a href = "reportWebVitals._internal_.PerformanceNavigationTiming.html#domInteractive" class = "tsd-kind-icon" > dom< wbr / > Interactive< / a > < / li > < li class = "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external" > < a href = "reportWebVitals._internal_.PerformanceNavigationTiming.html#domainLookupEnd" class = "tsd-kind-icon" > domain< wbr / > Lookup< wbr / > End< / a > < / li > < li class = "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external" > < a href = "reportWebVitals._internal_.PerformanceNavigationTiming.html#domainLookupStart" class = "tsd-kind-icon" > domain< wbr / > Lookup< wbr / > Start< / a > < / li > < li class = "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external" > < a href = "reportWebVitals._internal_.PerformanceNavigationTiming.html#duration" class = "tsd-kind-icon" > duration< / a > < / li > < li class = "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external" > < a href = "reportWebVitals._internal_.PerformanceNavigationTiming.html#encodedBodySize" class = "tsd-kind-icon" > encoded< wbr / > Body< wbr / > Size< / a > < / li > < li class = "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external" > < a href = "reportWebVitals._internal_.PerformanceNavigationTiming.html#entryType" class = "tsd-kind-icon" > entry< wbr / > Type< / a > < / li > < li class = "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external" > < a href = "reportWebVitals._internal_.PerformanceNavigationTiming.html#fetchStart" class = "tsd-kind-icon" > fetch< wbr / > Start< / a > < / li > < li class = "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external" > < a href = "reportWebVitals._internal_.PerformanceNavigationTiming.html#initiatorType" class = "tsd-kind-icon" > initiator< wbr / > Type< / a > < / li > < li class = "tsd-kind-property tsd-parent-kind-interface tsd-is-external" > < a href = "reportWebVitals._internal_.PerformanceNavigationTiming.html#loadEventEnd" class = "