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

Utilizing ES2015 Object Property Ordering #4

Open
dway123 opened this issue Sep 3, 2019 · 0 comments
Open

Utilizing ES2015 Object Property Ordering #4

dway123 opened this issue Sep 3, 2019 · 0 comments

Comments

@dway123
Copy link
Collaborator

dway123 commented Sep 3, 2019

Raw Clipboard Access utilizes the ES2015 Object feature of ordering properties by insertion order.

This means that only strings that do not parse to integers should be accepted as keys, and is consistent with existing clipboard types. However, it may seem potentially sketchy, so filing this issue for TAG review feedback.

An alternative - using array types - is listed here.

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