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

Proxy fails to resolve .toString() during implicit object->string (.toString()). #4

Open
bobbystacksmash opened this issue Jul 21, 2018 · 0 comments

Comments

@bobbystacksmash
Copy link
Owner

When attempting to console.log(proxied_obj) an exception gets thrown:

TypeError: prop_key.toLowerCase is not a function 
 at Object.get (src/proxify2.js:6:36)

This may cause problems if sandboxed code attempts to coerce an object to a string, and we throw this error.

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

No branches or pull requests

1 participant