mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Merge pull request #7388 from Rob--W/crx-telemetry-7312-typo
Fix typo in telemetry.js, follow-up to #7370
This commit is contained in:
commit
bd47440e79
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ limitations under the License.
|
|||
var extension_version = chrome.runtime.getManifest().version;
|
||||
if (window.Request && 'mode' in Request.prototype) {
|
||||
// fetch is supported in extensions since Chrome 42 (though the above
|
||||
// feature-detection method detects selects Chrome 43+).
|
||||
// feature-detection method detects Chrome 43+).
|
||||
// Unlike XMLHttpRequest, fetch omits credentials such as cookies in the
|
||||
// requests, which guarantees that the server cannot track the client
|
||||
// via HTTP cookies.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue