v0.7.0
- Add support for
ArrayBuffer
cdd0ed8 - Fix serialization for Typed Arrays
- Since
ArrayBuffer
support has been added, this change includes dedupingTypedArray.prototype.buffer
references, applying proper byte offset and length, as well as changes to encoding format (which is now delegated to theArrayBuffer
source)
- 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
DataView
28fd1ac - Add support for
Blob
ec017d7 - Fix serialization issues of types with serialized properties
- Add support for
File
d598849 - Add support for
Headers
3ee4191 - Add support for
FormData
a466500
Full Changelog: v0.6.0...v0.7.0