Comparing version 1.6.2 to 1.6.3
{ | ||
"name": "zmp-ga4", | ||
"version": "1.6.2", | ||
"version": "1.6.3", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Nguyễn Hồng Phát", |
@@ -187,3 +187,3 @@ "use strict"; | ||
name: action, | ||
params: __assign({ engagement_time_msec: performance.now() - this.startTime, protocol: location.protocol }, params) | ||
params: __assign({ engagement_time_msec: String(Math.round(performance.now() - this.startTime)), protocol: location.protocol }, params) | ||
}); | ||
@@ -190,0 +190,0 @@ clearTimeout(this.timeout); |
@@ -152,3 +152,5 @@ export class AdaptiveAnalytics { | ||
params: { | ||
engagement_time_msec: performance.now() - this.startTime, | ||
engagement_time_msec: String( | ||
Math.round(performance.now() - this.startTime) | ||
), | ||
protocol: location.protocol, | ||
@@ -155,0 +157,0 @@ ...params, |
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
17519
367