Not working on Firefox even with polyfill.
See original GitHub issueI have everything working flawlessly on Chrome, Edge, IE9+, Android, and iOS. However, doesn’t work on Firefox, even with polyfill. No errors. Even the expected, [Vue warn]: Method "$emit" conflicts with an existing Vue instance method. Avoid defining component methods that start with _ or $.
error is missing. Just a silent failure and the component’s DOM isn’t getting inserted into the custom element body.
Chrome/Edge/IE9+/Android/iOS:
Firefox:
The demos on the main site are broken as well, for some easy test cases.
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (4 by maintainers)
Top Results From Across the Web
HTML Import webcomponents polyfill not working in firefox
I have used HTML Import polyfill from webcomponents.js polyfill. Still HTMLImport is not working in firefox, internet explorer (even with ...
Read more >Can't use Web Component Polyfill in firefox extension from a ...
However, it is clearer to me now why polyfilling Web Components might not work in a web extension. The polyfill, I guess, relies...
Read more >Errors using webextension-polyfill to make a cross-browser ...
Hi everyone, I have been attempting to improve my add-on by making it cross-browser so that it'll work on Google Chrome. My add-on...
Read more >[META] fix cases where polyfill.io (@polyfillio ... - Bugzilla@Mozilla
I think there are a few features that it polyfills for current Firefox ... to work but show as not working when I...
Read more >Twitter FailedScript | Firefox Support Forum
failedScript=polyfills I tried to refresh Firefox and delete cache and it still didn't work I can still open twitter using different browser can ......
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
@karol-f: ha, totally missed that. I guess I was looking at this, slightly above that browser support section:
Maybe add something like, ‘Firefox, etc. - see table below’? If not, no worries.
Looked at the jsfiddle above, works in Firefox 57.0b3 (64-bit) (because it has the polyfill)
Firefox requires the polyfill.
with polyfill : https://jsfiddle.net/g8w1hsLp/5/ without polyfill: https://jsfiddle.net/q01cjh3u/2/
edit: well this is annoying… it works now. unexplainable!