Skip to content

Commit

Permalink
Added comment about -subrequest fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ameshkov committed Aug 13, 2015
1 parent a96e31b commit 30498a9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Extension/browser/chrome/lib/background-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,13 @@ var BrowserTab, BrowserTabs, BrowserWindow;

var linkHelper = document.createElement('a');

// https://code.google.com/p/chromium/issues/detail?id=410382
/**
* Fixing request type:
* https://code.google.com/p/chromium/issues/detail?id=410382
*
* @param url Request url
* @returns Fixed object type
*/
function parseRequestTypeFromUrl(url) {

linkHelper.href = url;
Expand Down

0 comments on commit 30498a9

Please sign in to comment.