Make debug log persistent
Save log entries in indexedDB rather than just in memory. Reload them whenever the background page is refreshed. // FREEBIE
This commit is contained in:
parent
86132a38a8
commit
87ddcef333
4 changed files with 50 additions and 7 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
;(function() {
|
||||
'use strict';
|
||||
console.log('background page reloaded');
|
||||
// register some chrome listeners
|
||||
if (chrome.notifications) {
|
||||
chrome.notifications.onClicked.addListener(function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue