Twitch-HLS-AdBlock icon indicating copy to clipboard operation
Twitch-HLS-AdBlock copied to clipboard

Deprecation error when loading a stream

Open DrakeFeatherwing opened this issue 6 years ago • 2 comments

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

DrakeFeatherwing avatar Mar 20 '19 06:03 DrakeFeatherwing

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.

instance01 avatar Mar 20 '19 13:03 instance01

Gotcha, I'll double check a little later and get back to you.

On Mar 20, 2019 9:54 AM, "InstanceLabs" [email protected] 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 https://github.com/instance01/Twitch-HLS-AdBlock/issues/13#issuecomment-474839289, or mute the thread https://github.com/notifications/unsubscribe-auth/APMbNvTLIMl0UznJw9Upbvf41R_pOnGHks5vYj2cgaJpZM4b-i63 .

DrakeFeatherwing avatar Mar 20 '19 14:03 DrakeFeatherwing