Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/function/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ Any [Puppeteer Page method](https://pptr.dev/api/puppeteer.page) is available.

| Property | Description |
| --- | --- |
| `url` | The target URL of the request. Available without starting a browser. |
| `page` | Full Puppeteer access. Microlink navigates to the URL before calling your function. |
| `response` | The HTTP response from the implicit navigation. Only available when the function uses `page`. |
| `headers` | Request headers used to fetch the target URL. |
Expand Down