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

Support for mozilla addons #23

Merged
merged 1 commit into from
Oct 11, 2016
Merged

Support for mozilla addons #23

merged 1 commit into from
Oct 11, 2016

Conversation

qzb
Copy link
Contributor

@qzb qzb commented Oct 10, 2016

Currently symbol-observable doesn't work for mozilla addons (at least jetpack-based ones). It cannot find valid global object, because root = this is transpiled to root = undefined (es6 modules causes this), and there is neither global nor window object inside addon environment. I've used implementation of polyfill for global proposal to fix this issue. This fix should also enable support for web workers and node-webkit.

@benlesh
Copy link
Owner

benlesh commented Oct 11, 2016

Looks good, thanks @qzb.

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

Successfully merging this pull request may close these issues.

2 participants