Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
eventData.data
1 parent 7eee0c2 commit 204f9ffCopy full SHA for 204f9ff
src/ngMock/browserTrigger.js
@@ -28,6 +28,9 @@
28
* - `charcode`: [charCode](https://developer.mozilla.org/docs/Web/API/KeyboardEvent/charcode)
29
* for keyboard events (keydown, keypress, and keyup).
30
*
31
+ * - `data`: [data](https://developer.mozilla.org/en-US/docs/Web/API/CompositionEvent/data) for
32
+ * [CompositionEvents](https://developer.mozilla.org/en-US/docs/Web/API/CompositionEvent).
33
+ *
34
* - `elapsedTime`: the elapsedTime for
35
* [TransitionEvent](https://developer.mozilla.org/docs/Web/API/TransitionEvent)
36
* and [AnimationEvent](https://developer.mozilla.org/docs/Web/API/AnimationEvent).
0 commit comments