barbushin / javascript-errors-notifier

Google Chrome and Firefox extension that notifies about JavaScritp errors by icon in address bar & popups
MIT License
206 stars 62 forks source link

Request: Show 404 errors for all resource file types #57

Closed joelcolucci closed 8 years ago

joelcolucci commented 8 years ago

Description

Currently the extension will report 404s thrown for missing CSS and JavaScript resources.

However the extension does not report 404s for missing HTML files (ex. Polymer) or images.

Value added

Reporting 404s thrown for all resources will assist developers in identifying missing/deprecated links to all critical resources.

This would be of assistance during development and in QA.

barbushin commented 8 years ago

image There is option Ignore missing images & etc files error that is enabled by default. Did you tried to disable it?

barbushin commented 8 years ago

Regarding handling errors for some missing HTML files. Sometime it's not possible technically, but to be sure, I need some live example for tests. Please attach link of page where 404 error of some resource file is not handled by JSEN, then I can try to fix it.

joelcolucci commented 8 years ago

My apologies. I scanned through the options and somehow missed the option Ignore missing images & etc files error.

I only noted the missing HTML 404 when developing with Polymer/Web Components. Other than that scenario I don't think it's likely to run into HTML imports. If if I find a live example I will let you know!

Thanks for your time and assistance. Feel free to close.