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

Fix BrowserRuntime in Firefox and pre-release fixes #1735

Merged
merged 13 commits into from Jan 13, 2023

Conversation

davidyuk
Copy link
Member

closes #1734

The bug was introduced in 19cb42f#diff-36d07e359d2d2e15c6138f9cb478e39dc89c891e0bab325ba8508f32e1478063L90

Related fix in webextension-polyfill types Lusito/webextension-polyfill-ts#88

This PR is supported by the Æternity Crypto Foundation

onDisconnect,
];
this.port.onMessage.addListener(this.#listeners[0]);
this.port.onDisconnect.addListener(this.#listeners[1]);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be refactored, this code actually binds listeners, not connecting no anything

@davidyuk davidyuk added this to the v13 milestone Jan 13, 2023
@davidyuk davidyuk merged commit 77ae7a6 into develop Jan 13, 2023
@davidyuk davidyuk deleted the feature/fix-examples branch January 13, 2023 11:41
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.

Aepp Wallet communication is broken on Firefox browser
2 participants