Skip to content

Commit bc06c6c

Browse files
authored
Update isEUCountry (#24364)
PCX-17833
1 parent 4978c91 commit bc06c6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/workers/runtime-apis/request.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ All plans have access to:
241241

242242
* `isEUCountry` string | null
243243

244-
* If the country of the incoming request is in the EU, this will return `"1"`. Otherwise, this property will be omitted.
244+
* If the country of the incoming request is in the EU, this will return `"1"`. Otherwise, this property is either omitted or `false`.
245245

246246
* `httpProtocol` string
247247

@@ -436,4 +436,4 @@ Using any other type of `ReadableStream` as the body of a request will result in
436436
* [Examples: Modify request property](/workers/examples/modify-request-property/)
437437
* [Examples: Accessing the `cf` object](/workers/examples/accessing-the-cloudflare-object/)
438438
* [Reference: `Response`](/workers/runtime-apis/response/)
439-
* Write your Worker code in [ES modules syntax](/workers/reference/migrate-to-module-workers/) for an optimized experience.
439+
* Write your Worker code in [ES modules syntax](/workers/reference/migrate-to-module-workers/) for an optimized experience.

0 commit comments

Comments
 (0)