Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable log_loading_errors option #42

Open
uladkasach opened this issue May 20, 2018 · 1 comment
Open

enable log_loading_errors option #42

uladkasach opened this issue May 20, 2018 · 1 comment
Labels
wontfix This will not be worked on

Comments

@uladkasach
Copy link
Owner

currently when we attempt to load a file and it does not exist (404 error) then the iframe that finds the http error sends a console.error message. This is not desirable in some settings, such as

It is possible to simply replace the console.error function with something that does nothing while loading these files.

We do not want to make this a default setting, however, because it would increase difficulty in debugging errors. So, make this an optional paramters.

e.g., {log_loading_errors : false}

uladkasach added a commit that referenced this issue May 20, 2018
@uladkasach
Copy link
Owner Author

uladkasach commented May 20, 2018

We can not catch the error due to : JakeChampion/fetch#155

And we can not simply set the console.error function in the iframe to a non responsive function because apparently the console.error function of the iframe is not used.

Until new information / ideas are found, this will not be implemented.

@uladkasach uladkasach added the wontfix This will not be worked on label May 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant