Module

Web.File.Url

Package
purescript-web-file
Repository
purescript-web/purescript-web-file

#createObjectURL Source

createObjectURL :: Blob -> Effect String

Adds this blob to the url store The string is a url that can be used to 'download' the blob

#revokeObjectURL Source

revokeObjectURL :: String -> Effect Unit

Revoke a blob url from the url store Doesn't throw errors on failure