mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: remove docusaurus metadata from README.md (#8624)
This commit is contained in:
@@ -1,25 +1,23 @@
|
||||
---
|
||||
sidebar_label: FileChooser.accept
|
||||
---
|
||||
|
||||
# FileChooser.accept() method
|
||||
|
||||
Accept the file chooser request with given paths.
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
class FileChooser {
|
||||
accept(filePaths: string[]): Promise<void>;
|
||||
}
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| --------- | ---------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| filePaths | string\[\] | If some of the <code>filePaths</code> are relative paths, then they are resolved relative to the [current working directory](https://nodejs.org/api/process.html#process_process_cwd). |
|
||||
|
||||
**Returns:**
|
||||
|
||||
Promise<void>
|
||||
---
|
||||
sidebar_label: FileChooser.accept
|
||||
---
|
||||
# FileChooser.accept() method
|
||||
|
||||
Accept the file chooser request with given paths.
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
class FileChooser {accept(filePaths: string[]): Promise<void>;}
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| filePaths | string\[\] | If some of the <code>filePaths</code> are relative paths, then they are resolved relative to the [current working directory](https://nodejs.org/api/process.html#process_process_cwd). |
|
||||
|
||||
**Returns:**
|
||||
|
||||
Promise<void>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user