WICG / raw-clipboard-access

An explainer for the Raw Clipboard Access feature
Other
44 stars 11 forks source link

Utilizing ES2015 Object Property Ordering #4

Open dway123 opened 5 years ago

dway123 commented 5 years ago

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.