You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
On Mar 20, 2019 9:54 AM, "InstanceLabs" ***@***.***> wrote:
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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APMbNvTLIMl0UznJw9Upbvf41R_pOnGHks5vYj2cgaJpZM4b-i63>
.
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
The text was updated successfully, but these errors were encountered: