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

chrome.downloads.bindings.Delta.scala Maven / Gradle / Ivy

package chrome.downloads.bindings

import scalajs.js

@js.native
trait Delta[T] extends js.Object {
  def previous: js.UndefOr[T] = js.native
  def current: js.UndefOr[T] = js.native
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy