The Wayback Machine - https://web.archive.org/web/20210821015921/https://github.com/topics/aspnetcore
Skip to content
#

aspnetcore

Here are 2,277 public repositories matching this topic...

MichelJansson
MichelJansson commented Aug 8, 2021

Describe the bug

When invoking IBrowserFile.RequestImageFileAsync, a file/blob object URL is created for the resize operation: https://github.com/dotnet/aspnetcore/blob/1795d691005181241617007399abd3c8d10ef32a/src/Components/Web.JS/src/InputFile.ts#L62

But this objectURL is never revoked (with URL.revokeObjectURL()) after the resize has completed, leading to the objectURL and consequen

Improve this page

Add a description, image, and links to the aspnetcore topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the aspnetcore topic, visit your repo's landing page and select "manage topics."

Learn more