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
That's a minor thing, but given readable.setEncoding, the recorder is converting strings back to buffers presuming UTF-8(?).
My thinking here was to normalize the requestBodyChunks passed to the the record event listeners. I'm not worried about the performance overhead as this is a dev tool. Do you see any other problem? I will default encoding to utf-8 as part of #17
The text was updated successfully, but these errors were encountered:
—#3 (comment)
My thinking here was to normalize the
requestBodyChunks
passed to the therecord
event listeners. I'm not worried about the performance overhead as this is a dev tool. Do you see any other problem? I will default encoding toutf-8
as part of #17The text was updated successfully, but these errors were encountered: