We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
Object doesn't support property or method 'getFileName': cancelable.js (13,4)
Any help?
The text was updated successfully, but these errors were encountered:
I'll be fix it. did you tried on chrome?
Sorry, something went wrong.
This module is not a problem ...
felixge/node-stack-trace#19 (comment) "stack-trace" module does not seem to support all browsers except Chrome.
Workaround #2
d4941f9
Exception handling has been applied. Thank you for the report.
No branches or pull requests
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:
Error:
Object doesn't support property or method 'getFileName': cancelable.js (13,4)
Any help?
The text was updated successfully, but these errors were encountered: