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

spice.http.client.BlobData.scala Maven / Gradle / Ivy

The newest version!
package spice.http.client

import org.scalajs.dom.Blob
import spice.http.BinaryData

case class BlobData(blob: Blob) extends BinaryData




© 2015 - 2024 Weber Informatics LLC | Privacy Policy