diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index bc1ca67..907bafd 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -338,7 +338,8 @@ var tabWatcher = { return; } - if ( browser.webNavigation.busyFlags === 0 /*BUSY_FLAGS_NONE*/ ) { + if ( browser.webNavigation.busyFlags === 0 || /*BUSY_FLAGS_NONE*/ + browser.webNavigation.busyFlags === undefined) { vAPI.tabs.onNavigation({ frameId: 0, tabId: tabId,