Bubble up InvalidStateErrors and log them
These may be indicative of a potentially fatal lack of disk space. // FREEBIE
This commit is contained in:
parent
83629df560
commit
e5b54d9b6a
3 changed files with 20 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
|||
|
||||
;(function() {
|
||||
'use strict';
|
||||
window.onInvalidStateError = function(e) {
|
||||
console.log(e);
|
||||
};
|
||||
|
||||
console.log('background page reloaded');
|
||||
// register some chrome listeners
|
||||
if (chrome.notifications) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue