Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.7.0 #13

Merged
merged 21 commits into from
Apr 9, 2023
Merged

0.7.0 #13

merged 21 commits into from
Apr 9, 2023

Conversation

lxsmnsyc
Copy link
Owner

@lxsmnsyc lxsmnsyc commented Apr 8, 2023

  • Add support for ArrayBuffer cdd0ed8
  • Fix serialization for Typed Arrays
    • Since ArrayBuffer support has been added, this change includes deduping TypedArray.prototype.buffer references, applying proper byte offset and length, as well as changes to encoding format (which is now delegated to the ArrayBuffer source)
  • 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

@lxsmnsyc lxsmnsyc merged commit d109100 into main Apr 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant