progressiveEventRendering (Properties)

이벤트 소스(EventSource)들의 렌더링 시점을 설정합니다.

Type

boolean

Options

Value Description
false 모든 이벤트 소스(EventSource)들의 수신이 완료된 후 렌더링합니다.(default)
true 각 이벤트 소스(EventSource)가 수신될 때마다 렌더링합니다.

Example

options = {
    progressiveEventRendering: true
};

Since

product version desc
core 1.5.0.0 기능 추가