-
Notifications
You must be signed in to change notification settings - Fork 106
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
Redefining global.onmessage
is breaking Firefox 49
#58
Comments
Sounds like a Firefox bug; have you tried filing it there? |
@domenic This issue is reproducible (at least) in a case if code is running as Firefox's SDK-based addon content script. In this case Test can be fixed by adding one more condition Hope this information will help to resolve this issue since it currently breaks my addon too :) |
…to script - Updated postMessage test to avoid false positive inside Firefox Add-on SDK based extensions Should fix YuzuJS#58
Issue is probably not actual anymore, at least into add-on environment since Firefox is moving to WebExtensions that have no such problem |
Firefox logs show:
Removing the
setImmediate
lib resolves the issue.The text was updated successfully, but these errors were encountered: