Skip to content

Commit

Permalink
Update a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka authored and AdamWr committed Jun 28, 2023
1 parent e054ab2 commit 4cea127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scriptlets/prevent-xhr.js
Expand Up @@ -193,7 +193,7 @@ export function preventXHR(source, propsToMatch, customResponseText) {
// original values
readyState: { value: readyState, writable: false },
statusText: { value: statusText, writable: false },
// If request is blocked by extension, then responseURL is an empty string
// If the request is blocked, responseURL is an empty string
responseURL: { value: responseURL || xhrData.url, writable: false },
responseXML: { value: responseXML, writable: false },
// modified values
Expand Down

0 comments on commit 4cea127

Please sign in to comment.