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

Deprecation error when loading a stream #13

Open
DrakeFeatherwing opened this issue Mar 20, 2019 · 2 comments
Open

Deprecation error when loading a stream #13

DrakeFeatherwing opened this issue Mar 20, 2019 · 2 comments

Comments

@DrakeFeatherwing
Copy link

After unpacking the extension into Vivaldi (A Chromium browser) and loading a stream, this error is thrown on the Externsions page: http://prntscr.com/n0bdw7

@instance01
Copy link
Owner

Thanks for your report.
I'm not sure making that request asynchronously is possible as we're in a constructor and are constrained in how we create our Worker - by using the constructor, and no init functions (which would make the async call possible).
If anyone has ideas on how to solve this, PR is welcome.
FWIW, what you see in the screenshot is just a warning.

@DrakeFeatherwing
Copy link
Author

DrakeFeatherwing commented Mar 20, 2019 via email

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

No branches or pull requests

2 participants