docs: remove unhelpful api pages (#9933)

This commit is contained in:
Nikolay Vitkov
2023-03-28 20:02:00 +02:00
committed by GitHub
parent 9af680d3e5
commit a99abc9a2f
342 changed files with 1142 additions and 5150 deletions

View File

@@ -12,8 +12,8 @@ export interface FrameAddStyleTagOptions
## Properties
| Property | Modifiers | Type | Description | Default |
| ---------------------------------------------------------- | --------- | ------ | ------------------------------------------------------------------ | ------- |
| [content?](./puppeteer.frameaddstyletagoptions.content.md) | | string | _(Optional)_ Raw CSS content to be injected into the frame. | |
| [path?](./puppeteer.frameaddstyletagoptions.path.md) | | string | _(Optional)_ The path to a CSS file to be injected into the frame. | |
| [url?](./puppeteer.frameaddstyletagoptions.url.md) | | string | _(Optional)_ the URL of the CSS file to be added. | |
| Property | Modifiers | Type | Description | Default |
| -------- | --------------------- | ------ | ----------------------------------------------------- | ------- |
| content | <code>optional</code> | string | Raw CSS content to be injected into the frame. | |
| path | <code>optional</code> | string | The path to a CSS file to be injected into the frame. | |
| url | <code>optional</code> | string | the URL of the CSS file to be added. | |