File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/content/docs/workers/runtime-apis Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ All plans have access to:
241
241
242
242
* ` isEUCountry ` string | null
243
243
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 ` .
245
245
246
246
* ` httpProtocol ` string
247
247
@@ -436,4 +436,4 @@ Using any other type of `ReadableStream` as the body of a request will result in
436
436
* [ Examples: Modify request property] ( /workers/examples/modify-request-property/ )
437
437
* [ Examples: Accessing the ` cf ` object] ( /workers/examples/accessing-the-cloudflare-object/ )
438
438
* [ 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.
You can’t perform that action at this time.
0 commit comments