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
Explicit polyfill until proper ES6/ES7 polyfill libraries become available.
ownKeys(object)
Reflect.ownKeys()
objectEntries(object)
Dict.entries()
The text was updated successfully, but these errors were encountered:
ownKeys() is now implemented in 26b0bd8. It is mostly the same as Reflect.ownKeys() other than it returns iterator instead of array.
ownKeys()
Sorry, something went wrong.
No branches or pull requests
Explicit polyfill until proper ES6/ES7 polyfill libraries become available.
ownKeys(object)
follows the same API asReflect.ownKeys()
objectEntries(object)
follows the proposedDict.entries()
API in ES7.The text was updated successfully, but these errors were encountered: