Replies: 1 comment
-
Hi @GulgDev , thanks for the suggestion. We do approximately this in
Please do have a look at those two files. One correction to what you write above: In the case where See endo/packages/ses/src/enable-property-overrides.js Lines 108 to 110 in 59b756e |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A lot of packages are unfamiliar with ECMAScript override mistake. So it would be hard to use them with SES. However, I found out that this can be fixed by creating a custom
freeze
function, which accounts for the override mistake:It re-defines every data property to accessor property, whose set function:
Beta Was this translation helpful? Give feedback.
All reactions