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

io.scalajs.npm.aws.Progress.scala Maven / Gradle / Ivy

The newest version!
package io.scalajs.npm.aws

import scala.scalajs.js

/**
  * Represents the Progress of a HTTP operation
  * @author [email protected]
  */
@js.native
trait Progress extends js.Object {

  def loaded: Double = js.native

  def total: Double = js.native

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy