You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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
dir/index.js
is expected) #11It 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}
The text was updated successfully, but these errors were encountered: