• 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.

    Parameters

    • pUrl: string

    Returns Promise<string>

Generated using TypeDoc