(payload)
| 434 | } |
| 435 | |
| 436 | export function touchmove(payload) { |
| 437 | return createTouchEvent('touchmove', payload); |
| 438 | } |
| 439 | |
| 440 | export function touchstart(payload) { |
| 441 | return createTouchEvent('touchstart', payload); |
nothing calls this directly
no test coverage detected