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

chrome.sockets.tcpServer.bindings.AcceptErrorEvent.scala Maven / Gradle / Ivy

package chrome.sockets.tcpServer.bindings

import scala.scalajs.js

@js.native
trait AcceptErrorEvent extends js.Object {

  def socketId: SocketId = js.native

  def resultCode: Int = js.native

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy