Is it possible to check to see if a file/page exists via JavaScript but prevent the 404 Error from showing up in the console?
Seems like the answer is: No. Can't avoid getting a 404 error in the console unless you kick off a call to a server-side script to check file existence.
©2020 All rights reserved.