You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: