Skip to content

Commit 964349f

Browse files
authored
Update README.md
1 parent 7fb47f9 commit 964349f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ See [httpRequest.continue](https://github.com/puppeteer/puppeteer/blob/main/docs
2828

2929
- `page` <[object](https://developer.mozilla.org/en-US/docs/Glossary/Object)> 'Page' object to execute the request on.
3030
- `lookupService` <[string](https://developer.mozilla.org/en-US/docs/Glossary/String)> External lookup service to request data from.
31-
* Fetches data from **api.ipify.org** by default.
31+
* Fetches data from **api64.ipify.org** by default.
3232
- `isJSON` <[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)> Whether to [JSON.parse](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse) the received response.
3333
* Defaults to **true**.
3434
- `timeout` <[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)> Time in milliseconds after which the request times out.

0 commit comments

Comments
 (0)