We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff579ba commit 52a02a1Copy full SHA for 52a02a1
dotcom-rendering/playwright/lib/load-page.ts
@@ -39,8 +39,8 @@ const getFrontendJsonUrl = (path: string) => {
39
};
40
41
/**
42
- * @param path The Frontend URL to fetch the JSON payload
43
- * e.g. `https://www.theguardian.com/world/2025/aug/19/the-big-church-move-sweden-kiruna-kyrka`
+ * @param path The path for a DCR endpoint path
+ * e.g. `/Article/https://www.theguardian.com/world/2025/aug/19/the-big-church-move-sweden-kiruna-kyrka`
44
* @param cookies Cookies to send with the request
45
* e.g. `GU_EDITION=US`
46
* @param queryParams Query parameters to append to the request
0 commit comments