Closed
Description
Typescript does not support the valid Touch constructor
TypeScript Version: 2.3.1
Code
const a = new Touch({
identifier: 2,
target: document.body
})
Expected behavior:
It should not error because this is the valid constructor for Touch.
Actual behavior:
Errors since the constructor for Touch does not accept any parameters.