We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Examples:
tagged record
harden(Object.defineProperties({}, { [PASS_STYLE]: { value: 'tagged' }, [Symbol.toStringTag]: { value: 'tagged' }, payload: { enumerable: true }, extra: { value: 'unexpected own property' }, }))
remotable
harden({ __proto__: Object.defineProperties({}, { [PASS_STYLE]: { value: 'remotable' }, [Symbol.toStringTag]: { value: 'Remotable' }, extra: { value: () => 'unexpected prototype method' }, }) })
The text was updated successfully, but these errors were encountered:
fix(marshal): Detect unexpected nonenumerable properties on tagged re…
9186f8f
…cords and remotables Fixes #1316
da0f11f
gibson042
Successfully merging a pull request may close this issue.
Examples:
tagged record
remotable
The text was updated successfully, but these errors were encountered: