jsperformance
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -93,2 +93,3 @@ | ||
}; | ||
var href = location.href; | ||
self.on('executing', timeAfterEvent); | ||
@@ -101,3 +102,3 @@ window.removeEventListener(eventName, eventCallback); | ||
time: eventHookTime, | ||
location: location.href, | ||
location: href, | ||
name: self.name, | ||
@@ -133,2 +134,3 @@ domClass: e.target.className, | ||
}; | ||
var href = location.href; | ||
self.on('executing', timeAfterEvent); | ||
@@ -142,3 +144,3 @@ window.removeEventListener(eventName, eventCallback); | ||
time: eventHookTime, | ||
location: location.href, | ||
location: href, | ||
name: self.name, | ||
@@ -145,0 +147,0 @@ domClass: e.target.className, |
{ | ||
"name": "jsperformance", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "get web performance", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10388
215