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:
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.
You can’t perform that action at this time.
0 commit comments