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

fix: use WeakSet for noSerialize() #448

Merged
merged 1 commit into from
May 4, 2022

Conversation

adamdbradley
Copy link
Contributor

Description

Previously the noSerialize() would add a Symbol() to the object to identify later on the object shouldn't be serialized. However, some objects, like an iframe window on a different domain, can not be assigned a property to it.

@adamdbradley adamdbradley requested a review from mhevery May 3, 2022 23:37
@adamdbradley adamdbradley merged commit 9fb3b9b into QwikDev:main May 4, 2022
@adamdbradley adamdbradley deleted the no-serialize-weakset branch May 4, 2022 02:10
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.

None yet

1 participant