![JAR search and dependency download from the Maven repository](/logo.png)
chrome.sockets.tcp.bindings.SendInfo.scala Maven / Gradle / Ivy
package chrome.sockets.tcp.bindings
import scala.scalajs.js
@js.native
trait SendInfo extends js.Object {
def resultCode: Int = js.native
def bytesSent: js.UndefOr[Int] = js.native
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy