Reference API Roblox

Engine API

Website

Related

Reference API Roblox

WebStreamClientType

Specifies what type of streaming to use when creating a WebStreamClient.

Items 2

HistoryNameValueDescription
686SSE0

Traditional Server-Sent Events (SSE) client. Requires text/event-stream to be returned in the Content-Type header. Messages in the stream will follow the event stream format.

686RawStream1

The client can connect to any server that provides streaming data transfer (e.g. chunked encoding). It provides no guarantees about the stream format.

Description

Specifies what type of streaming to use when creating a WebStreamClient.

History 3

Settings