Re: [encoding] Serializing internal TextDecoder state? (#7)

If we indeed wanted to do this I think it would make more sense to expose state as an opaque object (and therefore not an `ArrayBuffer` as @inexorabletash suggests) and define a way to structure clone such an opaque object so it can be stored in IDB, but cannot be transferred across the network.

But @hsivonen's question about the exact need for this would have to be answered first.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/encoding/issues/7#issuecomment-183244741

Received on Friday, 12 February 2016 09:13:19 UTC