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

chrome.system.network.bindings.NetworkInterface.scala Maven / Gradle / Ivy

package chrome.system.network.bindings

import scala.scalajs.js

@js.native
trait NetworkInterface extends js.Object {

  val name: String = js.native
  val address: String = js.native
  val prefixLength: Int = js.native

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy