UNPKG

rwsdk

Version:

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

11 lines (10 loc) 190 B
export const MESSAGE_TYPE = { RSC_START: 0, RSC_CHUNK: 1, RSC_END: 2, ACTION_REQUEST: 3, ACTION_START: 4, ACTION_CHUNK: 5, ACTION_END: 6, ACTION_ERROR: 7, };