Module

Web.File.Url

#createObjectURL

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

revokeObjectURL :: String -> Effect Unit

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

Modules