UNPKG

@redwoodjs/sdk

Version:

Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime

11 lines (10 loc) 272 B
export declare const MESSAGE_TYPE: { readonly RSC_START: 0; readonly RSC_CHUNK: 1; readonly RSC_END: 2; readonly ACTION_REQUEST: 3; readonly ACTION_RESPONSE: 4; readonly ACTION_ERROR: 5; readonly ACTION_CHUNK: 6; readonly ACTION_END: 7; };