js-compute-runtime icon indicating copy to clipboard operation
js-compute-runtime copied to clipboard

Response.prototype.text() should support lossy decoding

Open guybedford opened this issue 1 year ago • 0 comments

We currently implement this as throwing on invalid UTF8 bytes, but per https://encoding.spec.whatwg.org/#utf-8-decode we should handle lossy string conversion.

guybedford avatar Jan 09 '25 17:01 guybedford