All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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