Sunday, 8 September 2013

Create Blob object from URL

Create Blob object from URL

How to create a Blob object from a URL like this:
blob:e5845339-00b6-40f3-8ca3-673207b23ece
I've seen "solution" like this. However is there a solution which does not
involve XMLHttpRequest?
Update:
Doing this with GWT JSNI throws this error:
com.google.gwt.core.client.JavaScriptException: (NS_ERROR_DOM_BAD_URI):
Access to restricted URI denied at
com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:248)

No comments:

Post a Comment