null: 'MutationObserver' is undefined
See original GitHub issueI am using 1.1.0-beta.1
and have imported @stimulus/polyfills. I am getting a crash from some user like this:
null: 'MutationObserver' is undefined
at ? (/assets/js/main-916d7d638c.js:1:10241)
The user agent is:
Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Microsoft; Lumia 535 Dual SIM)
ideas?
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Mutation Observer is undefined - javascript - Stack Overflow
Is there a standard function to check for null, undefined, or blank variables in JavaScript? 40 · Mutation Observer for creating new elements....
Read more >null: 'MutationObserver' is undefined #174 - hotwired/stimulus
I am using 1.1.0-beta.1 and have imported @stimulus/polyfills. I am getting a crash from some user like this: null: 'MutationObserver' is ...
Read more >MutationObserver.observe() - Web APIs - MDN Web Docs
The MutationObserver method observe() configures the MutationObserver callback to begin receiving notifications of ... None ( undefined ).
Read more >MutationObserver JavaScript and Node.js code examples
Best JavaScript code snippets using MutationObserver(Showing top 15 results out of 405) ... undefined'&&MutationObserver||typeof WebKitMutationObserver!==
Read more >Memory Leaks (at least in Select) and MutationObserver bugs
If I dont set private members to null the select Element does not get garbage collected: ... is never called and it references...
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
@phoet, I ignore the issue because users using ie < 11 are so rare it is not worth fixing for me.
@leoliu could you give an example of how you fixed it?