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 error in Chrome extension environment #1675

Merged
merged 1 commit into from Jul 23, 2019
Merged

Fix error in Chrome extension environment #1675

merged 1 commit into from Jul 23, 2019

Conversation

@feross
Copy link
Member

feross commented Jul 23, 2019

Video streaming is broken in Brave since they upgraded to WebTorrent v0.105.0. The root cause is described in this issue: brave/brave-browser#5358

This is a quick fix. Once we drop support for Node, we can purge require('url') from across the codebase and just use the global URL everywhere. So, this fix can be removed then without affecting Brave.

Fixes brave/brave-browser#5358

@feross feross merged commit b63d2c7 into master Jul 23, 2019
5 checks passed
5 checks passed
WIP Ready for review
Details
continuous-integration/appveyor/branch AppVeyor build succeeded
Details
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
continuous-integration/travis-ci/push The Travis CI build passed
Details
@feross

This comment has been minimized.

Copy link
Member Author

feross commented Jul 23, 2019

Released as 0.105.1.

@feross feross deleted the chrome-fix branch Jul 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Linked issues

Successfully merging this pull request may close these issues.

1 participant
You can’t perform that action at this time.