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

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

package chrome.sockets.tcp.bindings

import scala.scalajs.js
import scala.scalajs.js.typedarray.ArrayBuffer

@js.native
trait ReceiveEvent extends js.Object {

  def socketId: SocketId = js.native

  def data: ArrayBuffer = js.native

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy