- From: Mustaq Ahmed <notifications@github.com>
- Date: Thu, 27 Apr 2017 12:58:01 -0700
- To: w3c/uievents <uievents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 27 April 2017 19:58:44 UTC
Here is what each of the following browsers currently return on <code>.prototype.hasOwnProperty("which")</code>. Hopefully the "perfect inconsistency" here will motivate us to converge to the right solution: Browser | UIEvent | MouseEvent | KeyboardEvent -- | -- | -- | -- Chrome* | Y | Y | Y Edge | n | Y | Y FF | Y | n | n Safari | Y | n | Y *Chrome [will match FF](http://crbug.com/692717) soon. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/uievents/issues/35#issuecomment-297822323
Received on Thursday, 27 April 2017 19:58:44 UTC