Skip to content

Instantly share code, notes, and snippets.

@moorthi07
Created September 6, 2021 02:34
Show Gist options
  • Save moorthi07/02d724f53e16f51bbbb898f361e7d58e to your computer and use it in GitHub Desktop.
Save moorthi07/02d724f53e16f51bbbb898f361e7d58e to your computer and use it in GitHub Desktop.
Difference between Chrome devtool vs Firefox devetool
Chrome:
d.js:111 GET https://https/ef.com//api/p_search?query=cat 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//ef.com//api/search?query=nmjkh&. (Reason: CORS request did not succeed).
Uncaught (in promise) TypeError: NetworkError when attempting to fetch resource.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment