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

Expose torrent Peer status updates #987

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
do not support webtorrent/transport_test on wasm
  • Loading branch information
marcovidonis committed Oct 15, 2024
commit ca2e0dc3e0c5bccc81932e85ed16f8e914bb7e12
3 changes: 3 additions & 0 deletions webtorrent/transport_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !js
// +build !js

package webtorrent

import (
Expand Down