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

feat: only transfer one level of an object #583

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

sebbi08
Copy link
Collaborator

@sebbi08 sebbi08 commented Jan 17, 2024

Object are now transfared only one level deep.
Object on the first level will be removed and there names will be transferen seperatly. Fot those propertys in the node env getter functions are created that get those property on the saved obeject in the browser context.

All objects in the chain are handled the same way.

Object are now transfared only one level deep.
@sebbi08 sebbi08 marked this pull request as draft January 17, 2024 14:18
}
// result mus be a primitive
else if (window.wdi5.isPrimitive(result)) {
// result musz be a primitive
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo

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