← Back to release summary

Remove KeyEvent.keyIdentifier

Category
User input
Type
New or changed feature
Status
Removed (Chrome 54)
Intent stage
None

Summary

Remove the WebKit specific KeyEvent.keyIdentifier field. It is not specified in a current specification and has a number of interoperability concerns. The KeyboardEvent.key field is a suitable specified replacement for this field.

Standards & signals

Docs: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyIdentifier

View on chromestatus.com