You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's track via #458. Cloudflare workers as well as other edge runtimes share the same Web API (Request/Response). We might, later on, add platform-specific instructions to the docs.
Describe the feature
H3 works in cloudflare workers but is quite inconvenient to use, as it needs createCall from
unenv
#39#144 sendStream / isStream seems incompatible with the TransformStream style used in cloudflare workers.
Proposed API :
Standard:
Streaming:
Maybe we can wrap the entire app and allow returning responses without a helper :
This would unlock the possiblity for Nuxt to use pipeToWebWriteable to do HTML streaming on cloudflare workers.
Additional information
The text was updated successfully, but these errors were encountered: