cloudflareRequestOf function

CloudflareRequest? cloudflareRequestOf(
  1. EngineContext context
)

Returns the native Fetch request associated with context, when present.

Implementation

CloudflareRequest? cloudflareRequestOf(EngineContext context) => null;