Loads the content of the given url and provides it via blob url.
If the content is no longer used URL.revokeObjectURL() has to be called to release resources.
Note: This function will trigger async.ajaxErrorHandler instead of loadContentErrorHandler because ajax is used internally.
Loads the content of the given url and provides it via blob url. If the content is no longer used
URL.revokeObjectURL()
has to be called to release resources. Note: This function will triggerasync.ajaxErrorHandler
instead ofloadContentErrorHandler
because ajax is used internally.