Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refining onBeforeRequest handler to minimize the number of requests without corresponding page url. #138

Merged
merged 10 commits into from Aug 2, 2018
Adjusted TabInfo
  • Loading branch information
zarembsky committed Jul 24, 2018
commit 3d69d6c2395ed97fd1cef1e589c93a61ed08afd2
@@ -69,11 +69,11 @@ class TabInfo {
insecureRedirects: [],
};

this._tabInfo[tab_id] = info;

if (tab_url) {
this._updateUrl(tab_id, tab_url);
}

this._tabInfo[tab_id] = info;
}

/**
ProTip! Use n and p to navigate between commits in a pull request.