pub async fn inject_blob(content: Content<'_>) -> Result<()>
Inject a Blob into DOM. The content argument carries the data buffer and the content type represented by the Content struct. This function returns a future that completes upon injection completion.
Blob
content
Content