설명 없음

resume.md 354B


title: “resume()” layout: default

section: api

Resume the stream if the stream is paused. Once resumed, the stream starts sending data events again.

Returns : The current StreamHelper object, for chaining.

Since: v3.0.0

Example

zip
.generateInternalStream({type:"uint8array"})
.on('data', function() {...})
.resume();