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
Sometimes the script fails at start, error is: Uncaught TypeError: Cannot read properties of undefined (reading 'appendChild')
Adding "defer" to the script invocation fixes the problem: <script src="https://markknol.github.io/console-log-viewer/console-log-viewer.js" defer></script>
The text was updated successfully, but these errors were encountered:
Sometimes the script fails at start, error is:
Uncaught TypeError: Cannot read properties of undefined (reading 'appendChild')
Adding "defer" to the script invocation fixes the problem:
<script src="https://markknol.github.io/console-log-viewer/console-log-viewer.js" defer></script>
The text was updated successfully, but these errors were encountered: