(For #webdevelopers)
Here is a difference in error detection between FireFox WebDevTool and Chrome DevTools. Some times #FireFox DeveloperTool provides most specific warnings than #Chrome #devtools
Chrome:
d.js:111 GET https://https/https://lnkd.in/g6tJMykE net::ERR_NAME_NOT_RESOLVED
get @ sed.js:111
psearch @ sharedLogic-stripped.js:150
onclick @ create:304
create:1 Uncaught (in promise) TypeError: Failed to fetch
Promise.then (async)
get @ ed.js:119
psearch @ d.js:150
onclick @ create:304
FireFox:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://https//https://lnkd.in/g27Fi-J8. (Reason: CORS request did not succeed).
Uncaught (in promise) TypeError: NetworkError when attempting to fetch resource.
#devtools #Chrome #firefox #jsdeveloper #webdevelopment #troubleshooting
Comments
Post a Comment