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
If you check the nodeType to ensure if it is indeed an element and not an html comment. Better still, is there any reason why you can't select the <head> node directly instead of going the document.lastChild.firstChild way?
I get this error on line 300 of coin.js
Uncaught Error: HierarchyRequestError: DOM Exception 3
when I check on the console: document.lastChild.firstChild
It logs an html comment. and hence the counts never load. Could you filter that for html comments
The text was updated successfully, but these errors were encountered: