We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92414c commit d156f39Copy full SHA for d156f39
accessibility/scanner/index.js
@@ -134,7 +134,7 @@ async function processAccessibilityReport(url,newWindow) {
134
apiUrl: reportAPI
135
};
136
try{
137
- let response = await sendScanData(currentWindow,payloadToSend);
+ let response = await sendScanData(newWindow,payloadToSend);
138
console.log("Accessibility Report Response:", response);
139
}catch(e){
140
console.error("Error in Accessibility Report Response:",e);
0 commit comments