You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
consturl=chrome.runtime.getURL('/Users/Shared/test.js');console.log('>>getUrl',url);fetch(url).then((response)=>{if(response.status!==200){console.log(`Looks like there was a problem. Status Code: ${response.status}`);return;}// Examine the text in the responseresponse.text().then((data)=>{console.log('####','data',data);});},console.error);
No description provided.
The text was updated successfully, but these errors were encountered: