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
Lint complained.
  • Loading branch information
zarembsky committed Jul 24, 2018
commit e4e85fc996fa133233e2858a7409d08f0f6b4f30
@@ -70,7 +70,7 @@ class TabInfo {
};

this._tabInfo[tab_id] = info;

if (tab_url) {
this._updateUrl(tab_id, tab_url);
}
ProTip! Use n and p to navigate between commits in a pull request.