Add content to a window.URL.createObjectURL?

Asked

Viewed 273 times

0

I need to add content to a "window.URL.createObjectURL" (blob), but after a lot of research I found nothing related. It’s really impossible?

I ended up using "webkitRequestFileSystem" as an alternative but is well obsolete. https://www.html5rocks.com/pt/tutorials/file/filesystem/

I’d be happy with another alternative!

  • What kind of content do you want to add? This function aims to create a File object that returns the properties of a selected file in an input type=file.

  • " type: 'text/xml' " Fis test with "Mediasource" using "addSourceBuffer" and not me seems to be unique to Medias.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.