From c990e55c71ccc48f340c3d8365211ec76e711bfa Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Wed, 16 Sep 2026 15:55:48 +0200 Subject: [PATCH] docs(function): list url in function context Co-authored-by: Cursor --- packages/function/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/function/README.md b/packages/function/README.md index 6a0b831..f5482df 100644 --- a/packages/function/README.md +++ b/packages/function/README.md @@ -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. |