[BUG] [Version ^2.0] [events.js] Object doesn't support this action.
See original GitHub issueTried using version 2.1.2 and got this error.
File -> events.js
Line (.js) -> events.formSaved = new Event('formSaved');
Line (.min.js) -> r.loaded=new Event("loaded")
Error -> JavaScript runtime error: Object doesn't support this action
Tried version 2.0 and example project in the docs and got the same error.
Internet browser: IE11
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
javascript :Object doesn't support this property or method
e.g. in your case (using IE) you will get an error because document in IE does not have a document.captureEvents property/method. Share.
Read more >Object doesn't support property or method 'addEventListener'
My problem turned out to be an IE9 plugin that was inserting JavaScript at runtime and causing the error you have. In my...
Read more >IE 11: Js error - Object doesn't support property or method ...
With the latest version rc5 I am getting a js error in IE11 Object doesn't support property or method 'closest' Reverting to rc4...
Read more >IE 11 error: Object doesn't support property or method 'call ...
I made a new default app using the polymer starter kit and I built it using the es5-bundled preset. Will not work in...
Read more >How to fix: "Object doesn't support this action"
So how do you fix this error? Well, the first thing you need to do is figure out what actions the object you're...
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
resolved in v2.2
Works fabulously. Thank you!