v0.7.0
- Add support for
ArrayBuffercdd0ed8 - Fix serialization for Typed Arrays
- Since
ArrayBuffersupport has been added, this change includes dedupingTypedArray.prototype.bufferreferences, applying proper byte offset and length, as well as changes to encoding format (which is now delegated to theArrayBuffersource)
- Since
- Fix deserialization for Typed Arrays encoded in JSON format
- Since typed arrays cannot resize, there has been issues where typed arrays remained empty.
- Add support for
DataView28fd1ac - Add support for
Blobec017d7 - Fix serialization issues of types with serialized properties
- Add support for
Filed598849 - Add support for
Headers3ee4191 - Add support for
FormDataa466500
Full Changelog: v0.6.0...v0.7.0