perfume.js
Advanced tools
Changelog
5.0.0-rc.7 (2020-4-24)
Changelog
5.0.0-rc.6 (2020-4-21)
Changelog
5.0.0-rc.5 (2020-4-19)
Changelog
5.0.0-rc.4 (2020-4-19)
storageEstimate
and created his own eventtotalBlockingTime
Changelog
5.0.0-rc.2 (2020-4-16)
storageEstimateQuota
and storageEstimateUsage
to the navigatorInfo resultsclearMarks
Changelog
5.0.0-rc.1 (2020-4-14)
PerformanceObserver
for all browseranalyticsTracker
by having all duration value inside the data
propertyUntil now, we allowed only Chrome to run the PerformanceObserver interface because of possible cross-browser issues. One in particular related to Firefox 58: https://bugzilla.mozilla.org/show_bug.cgi?id=1403027 Starting from Perfume.js v5.0.0-rc.1, we are going to remove this limitation, and we are going to monitor any new open issues and address them immediately.
Having both duration
and data
inside the analyticsTracker
, it started causing some confusion. Starting from v5, we will keep only data
and have any information from duration
contained inside data
. Please make sure to change the code inside your analyticsTracker
.