mirror of
https://github.com/microsoft/playwright.git
synced 2024-11-28 09:23:42 +03:00
cherry-pick(#32015): docs(release-notes): fix typo in .NET release notes
This commit is contained in:
parent
99a3631057
commit
5e68061d49
@ -156,7 +156,6 @@ await Page.RemoveLocatorHandlerAsync(locator);
|
||||
**Miscellaneous options**
|
||||
|
||||
- New method [`method: FormData.append`] allows to specify repeating fields with the same name in [`Multipart`](./api/class-apirequestcontext#api-request-context-fetch-option-multipart) option in `APIRequestContext.FetchAsync()`:
|
||||
- ```
|
||||
```csharp
|
||||
var formData = Context.APIRequest.CreateFormData();
|
||||
formData.Append("file", new FilePayload()
|
||||
|
Loading…
Reference in New Issue
Block a user