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

chrome.system.memory.bindings.MemoryInfo.scala Maven / Gradle / Ivy

package chrome.system.memory.bindings

import scala.scalajs.js

@js.native
trait MemoryInfo extends js.Object {

  def capacity: Double = js.native

  def availableCapacity: Double = js.native

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy