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

Use frame safe way for isArray() & isObject() #153

Closed
Juchar opened this issue Mar 2, 2017 · 0 comments
Closed

Use frame safe way for isArray() & isObject() #153

Juchar opened this issue Mar 2, 2017 · 0 comments
Labels

Comments

@Juchar
Copy link

Juchar commented Mar 2, 2017

I am in a situation where I have to create the buttons array in another frame.
In this case the buttons will not be created, as the method isArray() will return false.

This is due to the fact that the obj.constructor === Array check will not work across frames.

For reference see here:
StackOverflow Answer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants