You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please close this issue, I accidentally submitted it without adding any details
New documentation
Correction or update
Details
Example 2 - handling text line by line
According to the spec https://encoding.spec.whatwg.org/#interface-textdecoder, TextDecodeOptions.stream's default value is false. In order to process a fragmented input, the method, decode, should be invoked with options’s stream set to true
The text was updated successfully, but these errors were encountered:
@x2zh commented on Mon Nov 23 2020
Request type
Details
Example 2 - handling text line by line
According to the spec https://encoding.spec.whatwg.org/#interface-textdecoder,
TextDecodeOptions.stream
's default value is false. In order to process a fragmented input, the method,decode
, should be invoked with options’s stream set to trueThe text was updated successfully, but these errors were encountered: