fix typo
This commit is contained in:
parent
fd58727d27
commit
b065475d7b
|
|
@ -414,7 +414,7 @@ Provides an object that will be serialized as html form using `multipart/form-da
|
|||
this request body. If this parameter is specified `content-type` header will be set to `multipart/form-data`
|
||||
unless explicitly provided. File values can be passed either as [`fs.ReadStream`](https://nodejs.org/api/fs.html#fs_class_fs_readstream)
|
||||
or as file-like object containing file name, mime-type and its content. If the value is an array, each element
|
||||
will be send as a separate field with the same name.
|
||||
will be sent as a separate field with the same name.
|
||||
|
||||
## csharp-fetch-option-multipart
|
||||
* langs: csharp
|
||||
|
|
|
|||
14
packages/playwright-core/types/types.d.ts
vendored
14
packages/playwright-core/types/types.d.ts
vendored
|
|
@ -15685,7 +15685,7 @@ export interface APIRequestContext {
|
|||
* request body. If this parameter is specified `content-type` header will be set to `multipart/form-data` unless
|
||||
* explicitly provided. File values can be passed either as
|
||||
* [`fs.ReadStream`](https://nodejs.org/api/fs.html#fs_class_fs_readstream) or as file-like object containing file
|
||||
* name, mime-type and its content. If the value is an array, each element will be send as a separate field with the
|
||||
* name, mime-type and its content. If the value is an array, each element will be sent as a separate field with the
|
||||
* same name.
|
||||
*/
|
||||
multipart?: { [key: string]: string|number|boolean|ReadStream|{
|
||||
|
|
@ -15835,7 +15835,7 @@ export interface APIRequestContext {
|
|||
* request body. If this parameter is specified `content-type` header will be set to `multipart/form-data` unless
|
||||
* explicitly provided. File values can be passed either as
|
||||
* [`fs.ReadStream`](https://nodejs.org/api/fs.html#fs_class_fs_readstream) or as file-like object containing file
|
||||
* name, mime-type and its content. If the value is an array, each element will be send as a separate field with the
|
||||
* name, mime-type and its content. If the value is an array, each element will be sent as a separate field with the
|
||||
* same name.
|
||||
*/
|
||||
multipart?: { [key: string]: string|number|boolean|ReadStream|{
|
||||
|
|
@ -15945,7 +15945,7 @@ export interface APIRequestContext {
|
|||
* request body. If this parameter is specified `content-type` header will be set to `multipart/form-data` unless
|
||||
* explicitly provided. File values can be passed either as
|
||||
* [`fs.ReadStream`](https://nodejs.org/api/fs.html#fs_class_fs_readstream) or as file-like object containing file
|
||||
* name, mime-type and its content. If the value is an array, each element will be send as a separate field with the
|
||||
* name, mime-type and its content. If the value is an array, each element will be sent as a separate field with the
|
||||
* same name.
|
||||
*/
|
||||
multipart?: { [key: string]: string|number|boolean|ReadStream|{
|
||||
|
|
@ -16041,7 +16041,7 @@ export interface APIRequestContext {
|
|||
* request body. If this parameter is specified `content-type` header will be set to `multipart/form-data` unless
|
||||
* explicitly provided. File values can be passed either as
|
||||
* [`fs.ReadStream`](https://nodejs.org/api/fs.html#fs_class_fs_readstream) or as file-like object containing file
|
||||
* name, mime-type and its content. If the value is an array, each element will be send as a separate field with the
|
||||
* name, mime-type and its content. If the value is an array, each element will be sent as a separate field with the
|
||||
* same name.
|
||||
*/
|
||||
multipart?: { [key: string]: string|number|boolean|ReadStream|{
|
||||
|
|
@ -16137,7 +16137,7 @@ export interface APIRequestContext {
|
|||
* request body. If this parameter is specified `content-type` header will be set to `multipart/form-data` unless
|
||||
* explicitly provided. File values can be passed either as
|
||||
* [`fs.ReadStream`](https://nodejs.org/api/fs.html#fs_class_fs_readstream) or as file-like object containing file
|
||||
* name, mime-type and its content. If the value is an array, each element will be send as a separate field with the
|
||||
* name, mime-type and its content. If the value is an array, each element will be sent as a separate field with the
|
||||
* same name.
|
||||
*/
|
||||
multipart?: { [key: string]: string|number|boolean|ReadStream|{
|
||||
|
|
@ -16284,7 +16284,7 @@ export interface APIRequestContext {
|
|||
* request body. If this parameter is specified `content-type` header will be set to `multipart/form-data` unless
|
||||
* explicitly provided. File values can be passed either as
|
||||
* [`fs.ReadStream`](https://nodejs.org/api/fs.html#fs_class_fs_readstream) or as file-like object containing file
|
||||
* name, mime-type and its content. If the value is an array, each element will be send as a separate field with the
|
||||
* name, mime-type and its content. If the value is an array, each element will be sent as a separate field with the
|
||||
* same name.
|
||||
*/
|
||||
multipart?: { [key: string]: string|number|boolean|ReadStream|{
|
||||
|
|
@ -16380,7 +16380,7 @@ export interface APIRequestContext {
|
|||
* request body. If this parameter is specified `content-type` header will be set to `multipart/form-data` unless
|
||||
* explicitly provided. File values can be passed either as
|
||||
* [`fs.ReadStream`](https://nodejs.org/api/fs.html#fs_class_fs_readstream) or as file-like object containing file
|
||||
* name, mime-type and its content. If the value is an array, each element will be send as a separate field with the
|
||||
* name, mime-type and its content. If the value is an array, each element will be sent as a separate field with the
|
||||
* same name.
|
||||
*/
|
||||
multipart?: { [key: string]: string|number|boolean|ReadStream|{
|
||||
|
|
|
|||
Loading…
Reference in a new issue