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

chrome.sockets.tcp.bindings.ReceiveErrorEvent.scala Maven / Gradle / Ivy

package chrome.sockets.tcp.bindings

import scala.scalajs.js

@js.native
trait ReceiveErrorEvent extends js.Object {

  def socketId: SocketId = js.native

  def resultCode: Int = js.native

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy