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,17 +1,14 @@
|
||||
---
|
||||
sidebar_label: Page.content
|
||||
---
|
||||
|
||||
# Page.content() method
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
class Page {
|
||||
content(): Promise<string>;
|
||||
}
|
||||
```
|
||||
|
||||
**Returns:**
|
||||
|
||||
Promise<string>
|
||||
---
|
||||
sidebar_label: Page.content
|
||||
---
|
||||
# Page.content() method
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
class Page {content(): Promise<string>;}
|
||||
```
|
||||
**Returns:**
|
||||
|
||||
Promise<string>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user