Module
Web.Encoding.TextEncoder
- Package
- purescript-web-encoding
- Repository
- purescript-web/purescript-web-encoding
#TextEncoder Source
data TextEncoder#new Source
new :: Effect TextEncoder#encode Source
encode :: String -> TextEncoder -> Uint8Array#encodeInto Source
encodeInto :: String -> Uint8Array -> TextEncoder -> Effect { read :: Int, written :: Int }