Function inject_blob

Source
pub async fn inject_blob(content: Content<'_>) -> Result<()>
Expand description

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.