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
I'm current working on this issue: servo/servo#13234
To support streaming, I need to use RawDecoder provided by rust-encoding. I add an instance of RawDecoder to TextDecoder, make decode method use interface by RawDecoder. However I found no way to 'reset' the RawDecoder, that is, clear raw decoder's current state and unprocessed buffer. Is that can be done?
The text was updated successfully, but these errors were encountered:
I'm current working on this issue:
servo/servo#13234
To support streaming, I need to use
RawDecoder
provided by rust-encoding. I add an instance ofRawDecoder
toTextDecoder
, make decode method use interface byRawDecoder
. However I found no way to 'reset' theRawDecoder
, that is, clear raw decoder's current state and unprocessed buffer. Is that can be done?The text was updated successfully, but these errors were encountered: