perf-deets
Advanced tools
Comparing version 1.0.9 to 1.0.10
{ | ||
"name": "perf-deets", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"main": "./perf.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -93,3 +93,11 @@ let buffer = 40000; | ||
break; | ||
// In the case of nested workers, we want to propagate these | ||
// events up to the main thread. Note that this assumes the perf | ||
// library is loaded throughout the whole worker tree. If one of | ||
// the child workers doesn't load, this listener won't run and | ||
// data will be lost | ||
case '__perf-deets:clear-perf': | ||
case '__perf-deets:log-perf': | ||
self.postMessage(e.data); | ||
} | ||
}); |
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
10075
321