I searched for a while but I didn't find anything. (Maybe bad keywork or I don't know)
I use a javascript text editor plugin (tinyMCE). In this plugin, I can past a picture from my clipboard, and it's automatically created in an HTML Element. The source of the element is a path URL (a string) with blob format (blob:http://something.com)
I want to access with a File object (in variable) to this image (for personnal reason, not realy important)
But I didn't find any constructor of File or Blob whith String parameter, or any sample of code.
Can you help me please ?