2
0
mirror of synced 2025-02-23 06:08:07 +00:00
torrent/webtorrent/setting-engine_js.go

14 lines
324 B
Go
Raw Normal View History

2022-04-11 14:53:02 +10:00
// These build constraints are copied from webrtc's settingengine_js.go.
//go:build js && wasm
// +build js,wasm
package webtorrent
import (
"github.com/pion/webrtc/v3"
)
// I'm not sure what to do for logging for JS. See
// https://gophers.slack.com/archives/CAK2124AG/p1649651943947579.
var s = webrtc.SettingEngine{}