Announcements icon indicating copy to clipboard operation
Announcements copied to clipboard

Change to parameter name in RequestImageFileAsync

Open captainsafia opened this issue 3 years ago • 0 comments

Change to parameter name in RequestImageFileAsync

The parameter maxWith in the RequestImageFileAsync method was renamed from maxWith to maxWidth to address a typo.

Version introduced

6.0.0-preview1

Old behavior

The parameter name was spelled maxWith.

New behavior

The parameter name is spelled maxWidth.

Reason for change

API hygiene.

Recommended action

If you are using named parameters in the in RequestImageFile API, you may need to ensure that the parameter name is updated accordingly. Otherwise, no change is necessary.

Category

ASP.NET

Affected APIs

BrowserFileExtensions.RequestImageFileAsync


Issue metadata

  • Issue type: breaking-change

captainsafia avatar Jan 26 '21 01:01 captainsafia