Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cancelable didn't work on Edge #2

Closed
SemteulGaram opened this issue Jan 30, 2019 · 3 comments
Closed

Cancelable didn't work on Edge #2

SemteulGaram opened this issue Jan 30, 2019 · 3 comments

Comments

@SemteulGaram
Copy link

SemteulGaram commented Jan 30, 2019

Microsoft Edge 44.17763.1.0
Node v11.6.0
cancelable-event 1.0.0
babel-core 7.1.6
babel-preset-env 7.1.6
babel-loader 8.0.4
webpack 4.25.1

My Code:

import Cancelable from 'cancelable-event'

class MyProject {
  constructor () {
    ...
    this.dispatcher = new Cancelable({
      async: false,
      trace: true,
      override: true
    })
    ...
  }
}

Error:
Object doesn't support property or method 'getFileName': cancelable.js (13,4)
image

Any help?

@hmmhmmhm
Copy link
Owner

I'll be fix it.
did you tried on chrome?

@SemteulGaram
Copy link
Author

This module is not a problem ...

felixge/node-stack-trace#19 (comment)
"stack-trace" module does not seem to support all browsers except Chrome.

hmmhmmhm added a commit that referenced this issue Jan 30, 2019
@hmmhmmhm
Copy link
Owner

Exception handling has been applied. Thank you for the report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants