question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] [Version ^2.0] [events.js] Object doesn't support this action.

See original GitHub issue

Tried 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:closed
  • Created 6 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
kevinchappellcommented, May 16, 2017

resolved in v2.2

0reactions
Zlatkovskycommented, May 17, 2017

Works fabulously. Thank you!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found