Module
Web.Encoding.TextDecoder
- Package
- purescript-web-encoding
- Repository
- purescript-web/purescript-web-encoding
#TextDecoder Source
data TextDecoder :: Type#DecodeOptions Source
type DecodeOptions = (stream :: Boolean)#decodeWithOptions Source
decodeWithOptions :: forall r rx t. Union r rx DecodeOptions => ArrayView t -> Record r -> TextDecoder -> Effect String