fusionjs / fusion-plugin-error-handling

Migrated to https://github.com/fusionjs/fusionjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make ErrorHandlingEmitterToken optional, default to calling window.onError

ganemone opened this issue · comments

While we may want to consider syncing this up with the server side error handler,
since their types will be different I think it is safe to keep them separate for now.
We can have the ErrorHandlingEmitterToken be optional since we can safely default to
triggering window.onerror.