Blazor: Parameter name changed in RequestImageFileAsync method

The RequestImageFileAsync method's maxWith parameter was renamed from maxWith to maxWidth.

Version introduced

ASP.NET Core 6.0

Old behavior

The parameter name is spelled maxWith.

New behavior

The parameter name is spelled maxWidth.

Reason for change

The original parameter name was a typographical error.

If you're using named parameters in the RequestImageFile API, update the maxWith parameter name to maxWidth. Otherwise, no change is necessary.

Affected APIs

BrowserFileExtensions.RequestImageFileAsync