package js.html
Available on js
The legacy PerformanceNavigation interface represents information about how the navigation to the current document was done.
Documentation PerformanceNavigation by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
staticinlineread onlyTYPE_BACK_FORWARD:Int = 2staticinlineread onlyTYPE_NAVIGATE:Int = 0staticinlineread onlyTYPE_RELOAD:Int = 1staticinlineread onlyTYPE_RESERVED:Int = 255read onlyredirectCount:IntAn unsigned short representing the number of REDIRECTs done before reaching the page.
read onlytype:InttoJSON():DynamicIs a jsonizer returning a json object representing the PerformanceNavigation object.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/PerformanceNavigation.html