Skip to content

Ensure to always revoke Object URL created for document widget

If object is loaded before the onload function is set, the Object URL is not revoked. To be sure we revoke the previous Object URL and we set the function before changing the data attribute.

Merge request reports