We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95cde2b commit 4ff3acaCopy full SHA for 4ff3aca
Extension Files/assets/js/background.js
@@ -145,6 +145,8 @@ window.iTraceChrome = {
145
iTraceChrome.fileLocation = "";
146
147
if (iTraceChrome.db) {
148
+ // objectStore is the (temporary) bridge that allows us to get the local data that is locally stored
149
+ // in the iTraceChrome object
150
var objectStore = iTraceChrome.db.transaction(["sessionData"], "readwrite").objectStore("sessionData");
151
objectStore.clear();
152
}
0 commit comments