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

endpoints4s.fetch.TextDecoder.scala Maven / Gradle / Ivy

package endpoints4s.fetch

import scala.scalajs.js
import scala.scalajs.js.annotation.JSGlobal
import scala.scalajs.js.typedarray.ArrayBufferView

@js.native
@JSGlobal
private[fetch] class TextDecoder(utfLabel: js.UndefOr[String] = js.undefined) extends js.Object {
  def decode(data: ArrayBufferView): String = js.native
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy