Chrome Extension "appendChild" console errors appear on certain pages
See original GitHub issueOn certain pages I’ve noticed that several JavaScript console errors appear:
Uncaught TypeError: Cannot read property 'appendChild' of undefined
I don’t know if this helps, but here is the line from vendor.bundle.js
:
It has happened on several pages, but this is the latest one I’ve seen it occur on:
I’ll update this issue with additional pages if that helps.
Expectation: No errors should appear in the console Actual: Several errors appear in the console Motivation: Uncluttering the console
axe-core version: 4.1.2 axe-webdriver, extension or other integration version: 4.7.2
Browser and Assistive Technology versions Chrome Version 88.0.4324.150 (Official Build) (x86_64)
For Tooling issues:
- Node version: n/a
- Platform: Mac OS 11.2.1
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:5 (4 by maintainers)
Top Results From Across the Web
appendChild in Chrome Extension failure; userscript works
In the Chrome Extension, when I console.log document , the returned object has nothing but references to AddThis.com, a 3rd-party plugin the ...
Read more >Chrome extention with google costum search
I can get the custom search to show up...but then the CSE stuff is looking in my local Chrome Extension for a js...
Read more >Configure ExtensionSettings policy - Chrome Enterprise and ...
To apply custom policies for an individual extension, use the extension ID. ... Append text to the generic error message that is displayed...
Read more >Element.append() - Web APIs - MDN Web Docs
The Element.append() method inserts a set of Node objects or string objects after the last child of the Element. String objects are inserted ......
Read more >chrome.scripting - Chrome Developers
scripting API, extensions can make decisions at runtime. # Injection targets. You can use the target parameter to specify a target to inject...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We’re working on cleaning this up, should have a new release out soon with a fix.
fixed