You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that the tracker is using some functions which have recently become deprecated in the latest version of Chrome ( 85.0.4183.83 ).
This results in many features of the tracker being broken, such as:
Payload list on the left not loading.
Buttons at the top right don't work.
The tracker is effectively un-usable at the moment because of this.
OK the issue is definitely due to the ApplicationCache deprecation.
window.applicationCache is now undefined, which was resulting in a lot of app.js breaking (in particular at the cache.addEventListener calls, with many variables and functions ending up undefined.
Commenting out those addEventListener lines results in the rest of the page loading, though I'm unsure what impact the lack of the applicationCache has on the site.
It appears that the tracker is using some functions which have recently become deprecated in the latest version of Chrome ( 85.0.4183.83 ).
This results in many features of the tracker being broken, such as:
The tracker is effectively un-usable at the moment because of this.
Example of the errors produced here: https://imgur.com/a/2psW6Gi
The text was updated successfully, but these errors were encountered: